Releases
4.12.0
Changelog
Feature: Added support for object with __toString
magic methods.
Feature: Added support for changing alias mid-way. Columns will now inherit the change.
Feature: Added SQL Server adapter class (thanks to @advicente ).
Feature: Added more advanced type parsing for objects.
Feature #109 : Added support for FOR UPDATE
using the QueryBuilderHandler::for
method.
Fixed: Object not quoted correctly as strings.
Fixed: Problem with event arguments using wrong parameters (thanks to @Kemekaze ).
Fixed: error-codes for sqlite.
Fixed: Fixed bug with select that was defaulting to MySQL sanitisation, should now work for Postgres and others (thanks to @lakesta ).
Fixed #110 : Changed return-type to self to support ide's that doesn't parse phpDocs properly.
Fixed #113 : Aliasing table support for update stmt (thanks to @mrcnpdlk ).
Fixed #117 : nullable return-type for Connection::getStoredConnection
.
Cleanup & optimisations.
You can’t perform that action at this time.