mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3263: setFetchmode for ClassMetaData temorarily instead of Query #4037
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 (Aug 21, 2014).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user adyballa:
SetFetchmode is now woriking in AbstractQuery.
Why dont implement setFetchMode and perhaps further temporarily changes in an ClassMetadata-managing Object. Perhaps to work with a temporarily copy to allow a reset after some action.
@doctrinebot commented on GitHub (Oct 19, 2014):
Comment created by @ocramius:
Contextual changes in the entire UoW can lead to hard to predict situation that we don't want nor need to implement, as they represent additional complexity.
@doctrinebot commented on GitHub (Oct 19, 2014):
Issue was closed with resolution "Won't Fix"