0.5.0
π 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 nowprivate
, and must be provided through a parent constructor call.DatabaseEngine::executeQuery()
, when provided with geometry data, now takesGeometryParameter
objects instead ofGeometry
objects directly.