mirror of
https://github.com/doctrine/orm.git
synced 2026-03-25 23:42:19 +01:00
DDC-68: Two different entities which have a OneToOne relationship with a third, when they both are related to the same object. #83
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 28, 2009).
Jira issue originally created by user ablock:
I have three entities, Organization, User and Events.
Both User and Events have a OneToOne relationship with Organization. If I fetch User #1 who is associated with Organization #1, and then I fetch Event #1 which is associated with that same organization, when I try to view ID of the Organization associated with Event #1, I get null.
@doctrinebot commented on GitHub (Oct 29, 2009):
Comment created by ablock:
As of revision 6580, this probably seems to have gone away. You can close it if you want.
@doctrinebot commented on GitHub (Nov 14, 2009):
Issue was closed with resolution "Fixed"