mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-1398: loading one item at a time when indexBy and EXTRA_LAZY fetch mode is used on a collection #1755
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 @doctrinebot on GitHub (Sep 29, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user hypno:
collection->get($key)
Atm in 2.1.2 this is loading the entire collection. It would be really handy that it would extra lazy load only one item using the association and indexBy fields and given key value (if collection is not initialized and the key havent been loaded yet ofc)
Am i making sense with this?
@doctrinebot commented on GitHub (Dec 20, 2011):
Comment created by @guilhermeblanco:
Updating fix version
@doctrinebot commented on GitHub (Mar 5, 2012):
Comment created by gcaseres:
Is there any fix for this? i have the same problem.
@doctrinebot commented on GitHub (Mar 10, 2012):
Comment created by deatheriam:
It makes a perfect sense here, I wish it was possible, it would give us a room for even more optimization. Any input on the issue from the developers?
@doctrinebot commented on GitHub (Jun 19, 2013):
Comment created by sandermarechal:
Any progress on this? I'd love to have get() that works on EXTRA_LAZY collections.
@doctrinebot commented on GitHub (Jun 19, 2013):
Comment created by @ocramius:
[~sandermarechal] pull requests are welcome :)
@doctrinebot commented on GitHub (Jun 20, 2013):
Comment created by sandermarechal:
I'm on it :-) I see the ORM is already in 2.4-RC stage. If my pull is accepted, can it still be included in 2.4 or will it have to wait until 2.5?
@doctrinebot commented on GitHub (Jun 20, 2013):
Comment created by @ocramius:
[~sandermarechal] no, it would need to wait for 2.5
@doctrinebot commented on GitHub (Jun 20, 2013):
Comment created by sandermarechal:
Ah, too bad. Anyway: https://github.com/doctrine/doctrine2/pull/706
@doctrinebot commented on GitHub (Jun 20, 2013):
Comment created by @beberlei:
Merged for 2.4, we will release some more RCs
@doctrinebot commented on GitHub (Jun 20, 2013):
Issue was closed with resolution "Fixed"