Releases: DocnetUK/php-dbal
Releases · DocnetUK/php-dbal
v2.4.0
14 Mar 10:52
Compare
Sorry, something went wrong.
No results found
What's Changed
Handle query failures (e.g. timeouts) by throwing RuntimeException by @kazsaj in #30
Full Changelog : v2.3.1...v2.4.0
v2.3.1
21 Dec 19:44
Compare
Sorry, something went wrong.
No results found
Merge pull request #29 from DocnetUK/bugfix/flags-php-deprecation
PHP Deprecated: mysqli::real_connect(): Passing null to parameter #7 …
v2.3.0
12 May 09:49
Compare
Sorry, something went wrong.
No results found
Updated requirements to php5.4 or newer and ext-mysqli being present
Added support for connection flags, e.g. to enable compression
v2.2.1
29 Jan 13:27
Compare
Sorry, something went wrong.
No results found
The library will now throw an exception when executing prepared statement fails, e.g. due to incorrect values being passed.
Allow setting charsets
02 Feb 16:17
Compare
Sorry, something went wrong.
No results found
Minor new feature to allow setting the charset on the db connection
More Di helpers
27 Oct 12:49
Compare
Sorry, something went wrong.
No results found
A round of updates to help with Di development
DatabaseAwareInterface
HasDatabase Trait
LazyDB
2.0 Support for DI
19 Jun 16:09
Compare
Sorry, something went wrong.
No results found
Use of the ConnectionSettings object & interface to allow for Dependancy Injection
Bugfixes and resiliency
18 Jun 18:53
Compare
Sorry, something went wrong.
No results found
Merge pull request #23 from kazsaj/master
Fix for being unable to call fetch (and fetchAll etc.) with arr_params being an empty array
First public release
31 Jul 13:52
Compare
Sorry, something went wrong.
No results found
Includes bugfixes, non-mysqlnd support, minor performance tweaks
Optimisation release
02 Feb 23:36
Compare
Sorry, something went wrong.
No results found
Performance updates
Code refinements
Basic stats