Releases: rkrx/php-mysql-query-builder
Releases · rkrx/php-mysql-query-builder
0.1.10
Merge remote-tracking branch 'origin/master'
0.1.9
Changed pdo::query to pdo::prepare to enable value-binding
0.1.8
Removed ; at the end of each statement
0.1.7
Catchable fatal error: Argument 1 passed to RunnableSelect::convertVa…
0.1.6
InsertUpdateStatement::setMask has not worked. Added corresponding test
Some bugfixes
- Added LoggerInterface as the second parameter of MySQL::__construct. Currently this does nothing and is reserved for the future.
- Fixed alias-resolving in MySQL::getTableFields()
0.1.4
Added ability to use statements as fields
0.1.3
Added $tries to Database::transaction