Skip to content

Version 4.10.0

Choose a tag to compare

@skipperbent skipperbent released this 03 Sep 11:47
· 111 commits to v4-release since this release
390b334
  • Fixed wrong return-type when using COUNT (issue #91).
  • Fixed only strict names taken into account with no wildcard * and/or Raw instances (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 $columns argument to delete method in QueryBuilderHandler to specify which columns to delete.
  • Join now supports empty key and value, which will remove the ON statement from the query.
  • Added unit-tests for new features.
  • Added unit tests for multiple connections.
  • Minor optimisations.