Skip to content

Releases: rkrx/php-mysql-query-builder

0.1.17

21 Apr 09:56

Choose a tag to compare

0.1.17 Pre-release
Pre-release
- Added $params to Runnable{Delete|Insert|Update}::run() for Prepared…

Added new types of Exceptions

20 Apr 07:13

Choose a tag to compare

Pre-release

Added new types of Exceptions: SqlLockException, LockWaitTimeoutExceededException

0.1.16.2

16 Apr 11:04

Choose a tag to compare

0.1.16.2 Pre-release
Pre-release
- The return type of return $stmtWrapper; (Kir\MySQL\Builder\QuerySta…

0.1.16.1

16 Apr 09:32

Choose a tag to compare

0.1.16.1 Pre-release
Pre-release
Added RunnableInsert::insertRows to add a huge amount of rows utilizi…

0.1.16

16 Apr 09:31

Choose a tag to compare

0.1.16 Pre-release
Pre-release
Throw more concrete exceptiontypes. E.g. for dead-locks

0.1.15.1

15 Apr 09:58

Choose a tag to compare

0.1.15.1 Pre-release
Pre-release
Throw more concrete exceptiontypes. E.g. for dead-locks

0.1.15

15 Apr 08:09

Choose a tag to compare

0.1.15 Pre-release
Pre-release
Throw more concrete exceptiontypes. E.g. for dead-locks

Added QueryLogger to log the execution of queries

17 Mar 11:57

Choose a tag to compare

0.1.14

Added QueryLogger to log the execution of queries

Added QueryLogger to log the execution of queries

17 Mar 11:51

Choose a tag to compare

0.1.13

Added QueryLogger to log the execution of queries

0.1.12

17 Mar 11:49

Choose a tag to compare

0.1.12 Pre-release
Pre-release
Merge remote-tracking branch 'origin/master'