mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-52: Eager Load with allowPartialObjects set to TRUE #63
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 (Oct 15, 2009).
Jira issue originally created by user purnama:
Hello,
DDC-51 Works fine with allowPartialObjects set to FALSE, i will continue work with this setting.
but if i set allowPartial objects to TRUE or i commented it out in my DataAccess class. it will not eager load the definitions, proverbs and relation.
this is my DataAccess class part
and this is the code that i tried with the allowPartialObject commented out (i tried it with True too and its the same).
the result of the echo is 0
and i even try this one too, and the result is 000
@doctrinebot commented on GitHub (Oct 15, 2009):
Comment created by romanb:
Are you sure there is a difference? The allowPartialObjects option is not used anymore. I just removed all references to it in the code itself and removed the option on the Configuration class also.
If you're using the latest code from trunk, this option does not exist anymore.
@doctrinebot commented on GitHub (Oct 15, 2009):
Comment created by purnama:
please stand by,
my latest ist rev.6524
im updating now to the latest rev.
@doctrinebot commented on GitHub (Oct 16, 2009):
Issue was closed with resolution "Cannot Reproduce"