mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1505: EntityManager->find returning null for entity on the inverse side of a OneToOne association #1884
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 (Nov 23, 2011).
Originally assigned to: @asm89 on GitHub.
Jira issue originally created by user chrisrichard:
BasicEntityPersister.getJoinSQLForJoinColumns treats joinColumn nullable setting as defaulting to false:
I think it should be:
@doctrinebot commented on GitHub (Dec 15, 2011):
Comment created by @beberlei:
Assigned to asm
@doctrinebot commented on GitHub (Dec 18, 2011):
Comment created by @beberlei:
This issue is referenced in Github Pull-Request GH-226
https://github.com/doctrine/doctrine2/pull/226
@doctrinebot commented on GitHub (Dec 18, 2011):
Comment created by @asm89:
Should be fixed as soon as this is pulled:
https://github.com/doctrine/doctrine2/pull/226
@doctrinebot commented on GitHub (Dec 18, 2011):
Comment created by @beberlei:
Related Pull Request was closed: https://github.com/doctrine/doctrine2/pull/226
@doctrinebot commented on GitHub (Dec 18, 2011):
Issue was closed with resolution "Fixed"