mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1461: Possible Regression with OneToOne relation #1834
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 31, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user johannes:
I have the following relations:
now when I add a new account, the user-side is not updated with the id of the account, but the account is still saved to the database.
The twitterAccount_id of the users table is empty, but the new account is added to the "twitter_accounts" table with the correct user_id.
@doctrinebot commented on GitHub (Oct 31, 2011):
Comment created by @beberlei:
Do you know when this started to happen ?
@doctrinebot commented on GitHub (Oct 31, 2011):
Comment created by johannes:
I have reverted some commits of the ORM, but it doesn't seem to have happened recently, or it is a combination of different changes in one of the repositories.
What's weird is that the error does not occur when the user is new, but only if it already exists. It seems like somehow the UOW does not detect that it has changed.
@doctrinebot commented on GitHub (Nov 13, 2011):
Comment created by @beberlei:
This is deferred explicit related it seems.
@doctrinebot commented on GitHub (Nov 13, 2011):
Comment created by @beberlei:
Verified
@doctrinebot commented on GitHub (Nov 13, 2011):
Comment created by @beberlei:
Hm no, it works for me.
See
e8eda4aeaeand reopen if you can make it fail.@doctrinebot commented on GitHub (Nov 13, 2011):
Issue was closed with resolution "Fixed"