DBAL 2.3.5 released
Posted on
We are happy to announce the immediate availability of Doctrine DBAL
2.3.5, which fixes a minor issue introduced in 2.3.4 where null
parameter values passed to one of the connection execution methods led
to an error.
You can find all the changes on JIRA:
- DBAL
2.3.5
- 8 issues fixed
You can install the DBAL using Composer and the following
composer.json
contents:
{
"require": {
"doctrine/dbal": "2.3.5"
}
}
Please report any issues you may have with the update on the mailing list or on Jira.