mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
DDC-204: ActiveEntity persistent object recursion on self referencing class #254
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 (Dec 10, 2009).
Originally assigned to: @jwage on GitHub.
Jira issue originally created by user russ:
When using a self-referencing relationship, for example:
ActiveEntity::toArray() recurses through all parents and children.
This was all working fine until my database actually started getting some data... then XDebug stopped me with a "Maximum function nesting level of '100' reached, aborting!" error.
The PersistentCollection object does not have a state so cannot be locked in the same was as an ActiveEntity object can - maybe it needs a lockable state for this to work?
@doctrinebot commented on GitHub (Mar 1, 2010):
Comment created by @jwage:
Is this still a problem or has it been fixed?
@doctrinebot commented on GitHub (Mar 16, 2010):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Dec 13, 2015):
Imported 1 attachments from Jira into https://gist.github.com/e88d4150336cebd71e65