Skip to content

0.5.0

Compare
Choose a tag to compare
@BenMorel BenMorel released this 05 Mar 15:10
· 167 commits to master since this release

πŸ› Fixes

  • Fixed illegal parameter data type issue on MariaDB

πŸ’₯ BC breaks

Note: these breaks will likely not affect you, unless you're writing your own geometry engine.

  • DatabaseEngine::$useProxy is now private, and must be provided through a parent constructor call.
  • DatabaseEngine::executeQuery(), when provided with geometry data, now takes GeometryParameter objects instead of Geometry objects directly.