Skip to content

Releases: rkrx/php-mysql-query-builder

Added Database::dryRun(callable) for dry run simulations

31 May 11:20
Compare
Choose a tag to compare
  • Added Database::dryRun(callable) for dry run simulations. This could be especially useful in unittesting-environments. InnoDB only (mysql).

It's now possible to pass a key-value-array to `where`- and `having`-conditions

12 May 19:56
Compare
Choose a tag to compare
  • It's now possible to pass a key-value-array to where- and having-conditions

DatabaseStatement::execute now returns $this instead of bool

05 May 10:54
Compare
Choose a tag to compare
  • DatabaseStatement::execute now returns $this instead of bool. If the result of PDOStatement::execute is != true, DatabaseStatement::execute throws an exception from now on

0.1.37

03 May 16:26
Compare
Choose a tag to compare
0.1.37 Pre-release
Pre-release
  • Outsourced: Experimental support for a TableGateway

0.1.36

28 Apr 13:34
Compare
Choose a tag to compare
0.1.36 Pre-release
Pre-release
  • Experimental support for a TableGateway

DBExpr as a field-value

20 Apr 09:04
Compare
Choose a tag to compare
Pre-release
  • You can now set a DBExpr as a field-value which will not be quoted when a query is generated

0.1.34.8

19 Apr 11:46
Compare
Choose a tag to compare
0.1.34.8 Pre-release
Pre-release
  • Fixed: Re-enabled fetchRowsLazy for PHP5.5

0.1.34.7

01 Mar 14:27
Compare
Choose a tag to compare
0.1.34.7 Pre-release
Pre-release
  • PHP7-Compatibility fix

0.1.34.6

01 Mar 14:07
Compare
Choose a tag to compare
0.1.34.6 Pre-release
Pre-release
  • PHP7-Compatibility fix

0.1.34.5

17 Feb 12:07
Compare
Choose a tag to compare
0.1.34.5 Pre-release
Pre-release
  • Fixed a bug where a UPDATE-Method did not report the changed row count