Skip to content

0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kocsismate kocsismate released this 21 Dec 10:03
· 79 commits to master since this release
0.6.0
2f36d34

ADDED:

  • SelectQueryBuilderInterface::orderByAttribute and SelectQueryBuilderInterface::orderByExpression methods

CHANGED:

  • Require PHPUnit 7.0 minimally for running tests
  • Do not use the NO_AUTO_CREATE_USER mode by default because it was removed in MySQL 8.0
  • Apply the Woohoo Labs. Coding Standard

REMOVED:

  • SelectQueryBuilderInterface::orderBy method

FIXED:

  • Fatal error when AbstractPdoConnection::fetch() returns an empty result set
  • Fatal error on PHP 7.1 because of incompatible declarations