mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
BC break or bug? in ORM 2.5, select COUNT(entity) with relation as key #4994
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?
Originally created by @aurelijusrozenas on GitHub (Jan 27, 2016).
Works on 2.4.8, breaks in 2.5.0:
DQL works on both versions:
I could not find any mentions about that in https://github.com/doctrine/doctrine2/blob/master/UPGRADE.md so I was wandering how to treat this in upgrade as a bug or as BC break?
@Ocramius commented on GitHub (Jan 27, 2016):
Does this only happen with this sort of association? Can you add an SQL generation test?