[PR #384] [MERGED] [DDC-1885] Fix quotes in many to many persisters #8116

Closed
opened 2026-01-22 15:58:27 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: DDC1885


📝 Commits (4)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/384 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 6/27/2012 **Status:** ✅ Merged **Merged:** 7/4/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC1885` --- ### 📝 Commits (4) - [`076663f`](https://github.com/doctrine/orm/commit/076663fe3ae09667e1b7b0edf76ad3def9f367b9) fix DDC-1885 in persisters - [`63580df`](https://github.com/doctrine/orm/commit/63580dfe262c22a0cc4964770df1e457b3695d50) Fix CS - [`fe11831`](https://github.com/doctrine/orm/commit/fe11831bd728a281f63f84003e031bea7be74218) test remove item and clear collection - [`632d13b`](https://github.com/doctrine/orm/commit/632d13ba0c8f909cdb44c3890244b41c9f047ff2) fix extra lazy count ### 📊 Changes **4 files changed** (+275 additions, -56 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description http://www.doctrine-project.org/jira/browse/DDC-1885 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 15:58:27 +01:00
admin closed this issue 2026-01-22 15:58:28 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#8116