Skip to content

0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@kocsismate kocsismate released this 02 Feb 23:43
· 134 commits to master since this release

ADDED:

  • Support for using configuration file/array for connections via the ConnectionFactory
  • Support for master/slave connections
  • Possibility to retrieve the connection from query builders
  • Support for locking in SELECT statement
  • selectExpression() and selectColumn() to SelectQueryBuilder to make it easier to build SELECT expressions

CHANGED:

  • Renamed SelectQueryBuilder::fields() to SelectQueryBuilder::select()

FIXED:

  • MySqlPdoConnection doesn't expect the $driver constructor parameter anymore
  • Parentheses are added when using the ON clause with the MySQL driver
  • Backtick JOIN aliases when using the MySQL driver