mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #97] [DDC-1301] Fixed count() for fetch="EXTRA_LAZY" on OneToMany association #7706
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/97
State: closed
Merged: Yes
Ticket: http://www.doctrine-project.org/jira/browse/DDC-1301
The first commit adds (failing) tests and a set of "legacy" models. The second commit fixes the issue.
I added the legacy models because it may be useful to use them to verify some other features too? The count() function was broken, but it didn't show up in the tests because all the Cms models that were used for testing map the column
idon $id.