v2.5.1
Release Notes - Doctrine 2 - ORM - Version 2.5.1
Bug
- [DDC-3096] - JoinColumn definition does not regard column type with value translation
- [DDC-3330] - Bad Pagination - rows with sorted collection
- [DDC-3658] - [GH-1365] fix rare query test failures due to nondeterminism without order by clause
- [DDC-3667] - Fetch-joining a collection that has a field with a default value of `array` causes a fatal error
- [DDC-3670] - [GH-1374] Fix DDC767Test failing on php7 + pg94
- [DDC-3680] - [GH-1377] Failing test case for broken paginator case
- [DDC-3683] - [GH-1380] Fix issue with second-level-cache tests and versioned entities
- [DDC-3684] - [GH-1381] Fixes ClassMetadata wakeupReflection with embeddable and StaticReflectio...
- [DDC-3689] - [GH-1382] Patch second level cache association hydration
- [DDC-3690] - PersistentCollection uses private property
- [DDC-3699] - [GH-1387] Fix skipping properties if they are listed after a not loaded relation.
- [DDC-3756] - [GH-1416] [2.5][Bug] Fix ConvertDoctrine1Schema->getMetadata
- [DDC-3778] - [GH-1430] "INSTANCE OF" example doesn't match description.
- [DDC-3831] - [GH-1463] Fixed issue when paginator orders by a subselect expression
- [DDC-3919] - Schema creation problem on PostgreSQL