Skip to content

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kocsismate kocsismate released this 12 Feb 22:50
· 125 commits to master since this release

ADDED:

  • SelectQueryBuilder::lockForShare() and SelectQueryBuilder::lockForUpdate()
  • Support for exists/any/some/all conditions

CHANGED:

  • Conditions can be specified via ConditionBuilder instances instead of Closures
  • Additional conditions can now be specified via ConditionBuilder::addConditionGroup()

REMOVED:

  • ConditionBuilder::subselect() method
  • MySqlConditionsTranslator class

FIXED:

  • Many conditions didn't get translated by the MySQL driver