mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
Extra Lazy Associations should mention indexBy parameter #5221
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 @ntoniazzi on GitHub (Aug 18, 2016).
In the documentation about Extra Lazy Associations, there is no mention of the
indexByparameter which is mandatory to not load the whole collection when using the methodscontains,get,containsKey, etc.@ComaVN commented on GitHub (Apr 29, 2020):
I got bitten by the same thing. That's a few hours of my life gone...
@greg0ire commented on GitHub (Apr 29, 2020):
Consider sending a PR to fix that.