-
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
[RFC] DDC-3979 #1555
[RFC] DDC-3979 #1555
Conversation
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DDC-3996 We use Jira to track the state of pull requests and the versions they got |
$this->location = $location; | ||
} | ||
|
||
public function getId() |
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.
Please remove any API that isn't strictly necessary
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.
I use the entire API for testing
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.
Yeah, I was suggesting moving to public properties here
@guilhermeblanco I confirm that this solve the issue also in my scenario (which includes primary foreign key, multiple regions, 1st 2nd level cache, ...). Great job, thank you! |
dc9f31d
to
086ecb2
Compare
086ecb2
to
e64f44e
Compare
Fixes #1544
Fix one to one inverse side cached entity association key generation