DBAL 2.4.3 released

Posted on October 16, 2014 by Marco Pivetta


We are happy to announce the immediate availability of Doctrine DBAL 2.4.3, which fixes various bugs discovered during DBAL 2.5.x development.

You can find all the changes on JIRA:

You can install the DBAL using Composer and the following composer.json contents:

{
    "require": {
        "doctrine/dbal": "2.4.3"
    }
}

Please report any issues you may have with the update on the mailing list or on Jira.