Skip to content

Releases: rkrx/php-mysql-query-builder

Added Exception when attempting to execute a dry-run in a already opened transaction

31 May 12:28

Choose a tag to compare

  • Added Exception when attempting to execute a dry-run in a already opened transaction, since it's not possible to nest transactions.

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

31 May 11:20

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

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

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

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

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

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

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

Choose a tag to compare

0.1.34.7 Pre-release
Pre-release
  • PHP7-Compatibility fix

0.1.34.6

01 Mar 14:07

Choose a tag to compare

0.1.34.6 Pre-release
Pre-release
  • PHP7-Compatibility fix