mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #5662] many-to-many criteria related bug-fix aggregate patch #9684
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/5662
State: closed
Merged: No
Needed to utilize criteria against a non-owning side of a many-to-many association so we aggregated a few related (criteria + many-to-many) pull requests so we'd have a working patch branch to service our project. Mostly just merged the existing PR but also addressed some PR comments like adding missing tests.
Patches includes in this PR