Skip to content

0.4.0

Compare
Choose a tag to compare
@kocsismate kocsismate released this 05 Mar 08:11
· 115 commits to master since this release

ADDED:

  • SelectQueryBuilder::selectExpressions() and SelectQueryBuilder::selectCount() methods

CHANGED:

  • SelectQueryBuilder::select() was renamed to SelectQueryBuilder::selectColumns()
  • Connection instantiation became more straightforward

FIXED:

  • Bool values are now casted to int when using prepared statements
  • Return type of SelectQueryBuilder::fetchColumn() became mixed so that it can now be used to also retrieve numbers
  • Adding condition groups via ConditionBuilder::addConditionGroup() when originally there was no condition
  • Subselect statements are now translated properly when using the MySQL driver
  • Columns in the SELECT clause are now translated properly when using the MySQL driver