mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3264: setFetchMode Signature and Documentation #4039
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:
The signature in AbstractQuery should be boolean for fetchmode and the documentation on
http://docs.doctrine-project.org/en/2.1/reference/dql-doctrine-query-language.html
setFetchMode(...,"EAGER"); is not according to the signature.
This is confusing.
@doctrinebot commented on GitHub (Oct 19, 2014):
Comment created by @ocramius:
2.2 is a very old version of the ORM which we don't support anymore. The new documentation is at http://docs.doctrine-project.org/en/latest/reference/dql-doctrine-query-language.html
@doctrinebot commented on GitHub (Oct 19, 2014):
Issue was closed with resolution "Won't Fix"