Doctrine DBAL 2.5.2 released

Posted on September 16, 2015 by Steve Müller


We are happy to announce the immediate availability of Doctrine DBAL 2.5.2.

This version fixes a regression where dropping a database on PostgreSQL didn't work properly anymore as well as several other issues.

You can find all the changes on JIRA:

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

1{ "require": { "doctrine/dbal": "2.5.2" } }
2
3
4
5
6

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