mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #8373] Merge release 2.8.1 into 2.9.x #10955
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/doctrine/orm/pull/8373
State: closed
Merged: Yes
Release Notes for 2.8.1
2.8.1
Total issues resolved: 4
Total pull requests resolved: 2
Total contributors: 5
8371: Fix ambiguous case where an entity is also a Traversable thanks to @beberlei
8370: [GH-8366] Catch additional Persistence MappingException thanks to @beberlei and @garak
8369: The class 'DateTime' was not found in the chain configured namespaces App\Entity since update to doctrine/orm 2.8 thanks to @fabien007
8367: Break in 2.8: The class 'DateTime' was not found in the chain configured namespaces thanks to @kerbert101
8365: Break in 2.8: Cannot bind QueryBuilder parameters with \IteratorAggregate entities: leads to incorrect SQL generated code thanks to @ambroisemaupate