Doctrine ORM 2.5.2 Release
Posted on
We are happy to announce the immediate availability of Doctrine ORM
2.5.2
.
Installation
You can install this version of the ORM by using Composer and the
following composer.json
contents:
{
"require": {
"doctrine/orm": "~2.5.2"
}
}
Changes since 2.5.1
This is a list of issues resolved in 2.5.2
since 2.5.1
:
Bug Fixes
- DDC-3677 GH-1375 DDC-3671 prevent duplicate unique index
- DDC-3899 GH-1375 Fixed wrong property name
- DDC-3908 GH-1375 Fix cache storage related test issues (due to doctrine/cache 1.5.0 changes)
- DDC-3911 GH-1375 Backport of "LimitSubqueryOutputWalker: fix aliasing of property in OrderBy from MappedSuperclass"
- DDC-3973 GH-1375 [DDC-3711] Correct Error on manyToMany with composite primary key + add Tests
Improvements
Documentation
Please report any issues you may have with the update on the mailing list or on JIRA.