-
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
Hotfix/#1169 extra lazy one to many should not delete referenced entities (backport to 2.4) #1282
Hotfix/#1169 extra lazy one to many should not delete referenced entities (backport to 2.4) #1282
Conversation
lib/Doctrine/ORM/Persisters/Collection/OneToManyPersister.php
Conflicts: tests/Doctrine/Tests/ORM/Functional/ValueConversionType/OneToManyExtraLazyTest.php
…lazy specific tests (some DELETE operations became UPDATE operations) Conflicts: lib/Doctrine/ORM/Persisters/Collection/OneToManyPersister.php tests/Doctrine/Tests/ORM/Functional/ExtraLazyCollectionTest.php
… an extra-lazy collection still updates the owning side values
Hello, thank you for creating this pull request. However did not open it on the "master" Please open the pull request again for the "master" branch and close Nevertheless I have opened a Jira ticket for this Pull Request to track this http://www.doctrine-project.org/jira/browse/DDC-3537 We use Jira to track the state of pull requests and the versions they got |
…-many-should-not-delete-referenced-entities-2.4 Hotfix/#1169 extra lazy one to many should not delete referenced entities (backport to 2.4)
See #1169
This PR backports #1281