Hotfix/#1169 extra lazy one to many should not delete referenced entities#1281
Conversation
…ociated values when they are removed, but just update the owning side
…azy specific tests (some DELETE operations became UPDATE operations)
… an extra-lazy collection still updates the owning side values
|
Hello, thank you for creating this pull request. I have automatically opened an issue http://www.doctrine-project.org/jira/browse/DDC-3536 We use Jira to track the state of pull requests and the versions they got |
|
looks good to me |
|
@stof I'll provide a 2.4 PR as well in a few. |
There was a problem hiding this comment.
These tests are actually on the wrong file.
…o EXTRA_LAZY collection behavior
There was a problem hiding this comment.
I figured that none of the EXTRA_LAZY stuff was actually updating the collection-related caches. This change fixes that
…-many-should-not-delete-referenced-entities Hotfix/#1169 extra lazy one to many should not delete referenced entities
There was a problem hiding this comment.
I think this was intended to be used only be used with orphanRemoval=true, not always like it is now.
|
To recap, I need to fix following:
|
|
Provided required hotfixes via #1288 |
This is an alternate fix for #1169 (DDC-3343 http://www.doctrine-project.org/jira/browse/DDC-3343)