mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #384] [MERGED] [DDC-1885] Fix quotes in many to many persisters #8116
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?
📋 Pull Request Information
Original PR: https://github.com/doctrine/orm/pull/384
Author: @FabioBatSilva
Created: 6/27/2012
Status: ✅ Merged
Merged: 7/4/2012
Merged by: @beberlei
Base:
master← Head:DDC1885📝 Commits (4)
076663ffix DDC-1885 in persisters63580dfFix CSfe11831test remove item and clear collection632d13bfix extra lazy count📊 Changes
4 files changed (+275 additions, -56 deletions)
View changed files
📝
lib/Doctrine/ORM/Persisters/BasicEntityPersister.php(+30 -26)📝
lib/Doctrine/ORM/Persisters/ManyToManyPersister.php(+52 -29)📝
tests/Doctrine/Tests/Models/Quote/User.php(+20 -1)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1885Test.php(+173 -0)📄 Description
http://www.doctrine-project.org/jira/browse/DDC-1885
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.