Skip to content

Releases: DocnetUK/php-dbal

v2.3.1

21 Dec 19:44
ddc1dab
Compare
Choose a tag to compare
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
Choose a tag to compare
  • 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
5c97a7c
Compare
Choose a tag to compare

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
Choose a tag to compare

Minor new feature to allow setting the charset on the db connection

More Di helpers

27 Oct 12:49
Compare
Choose a tag to compare

A round of updates to help with Di development

  • DatabaseAwareInterface
  • HasDatabase Trait
  • LazyDB

2.0 Support for DI

19 Jun 16:09
Compare
Choose a tag to compare

Use of the ConnectionSettings object & interface to allow for Dependancy Injection

Bugfixes and resiliency

18 Jun 18:53
Compare
Choose a tag to compare
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
Choose a tag to compare

Includes bugfixes, non-mysqlnd support, minor performance tweaks

Optimisation release

02 Feb 23:36
Compare
Choose a tag to compare

Performance updates
Code refinements
Basic stats

First release

01 Feb 00:42
Compare
Choose a tag to compare

First release of our php-dbal