-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#6759 showstopper one-to-one inverse not being loaded with correct identifier restrictions when defining joinColumn
#6760
Conversation
…an identifier from the owning side value Fixes #6759
@@ -802,13 +804,11 @@ public function loadOneToOneEntity(array $assoc, $sourceEntity, array $identifie | |||
|
|||
// unset the old value and set the new sql aliased value here. By definition | |||
// unset($identifier[$targetKeyColumn] works here with how UnitOfWork::createEntity() calls this method. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comment is out of date - there's no unset
left.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just this small thing
} | ||
|
||
/** | ||
* @group #6759 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the other test cases don't have the #
, I'd remove it for consistency.
Fixes #6759