Version 4.10.0
·
111 commits
to v4-release
since this release
- Fixed wrong return-type when using
COUNT(issue #91). - Fixed only strict names taken into account with no wildcard * and/or
Rawinstances (issue: #92). - Added Travis-ci with MySQL support (issue: #97)
- Added PDO extension to composer file and added PDO extension as requirement in README.
- Added SQLite extension to composer file and added PDO extension as requirement in README.
- Fixed connections overlapping when using multiple connections (issue #98)
- Added support for more advanced query-statements when using update and delete (issue: #93)
- Added optional
$columnsargument todeletemethod inQueryBuilderHandlerto specify which columns to delete. - Join now supports empty key and value, which will remove the
ONstatement from the query. - Added unit-tests for new features.
- Added unit tests for multiple connections.
- Minor optimisations.