Releases: rkrx/php-mysql-query-builder
Releases · rkrx/php-mysql-query-builder
0.1.31.2
- Insert: Fixed bug were excluded fields could kill the whole data array
0.1.31.1
- Throw more specific exception for "Integrity constraint violation: …
Throw more specific exception for "Integrity constraint violation: Duplicate entry"
- Throw more specific exception for "Integrity constraint violation: Duplicate entry"
0.1.30
- Fixed UNION-behavior with OrderBy and GroupBy
0.1.29
- Update::setExpr not takes value-parameters
0.1.28
- Delete- and Update-Statements now return the number of affected rows
0.1.27
- Added parameter $excludeFields to Kir\MySQL\Builder\Insert::addAll/…
0.1.26
- Add ::prepare to RunnableDelete/RunnableInsert/RunnableUpdate
0.1.25.2
- Allow Traversable-Objects for Kir\MySQL\Builder\RunnableInsert::ins…
0.1.25.1
- src/Builder/Helpers/LazyRowGenerator.php: The class Generator is de…