[PR #237] [MERGED] [DDC-551] Support for inheritance with filters in lazy collections #7897

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/237
Author: @asm89
Created: 12/22/2011
Status: Merged
Merged: 1/2/2012
Merged by: @beberlei

Base: 2.2Head: ddc-551-collections-filters


📝 Commits (5)

  • 62be27b Added tests for ManyToMany associations and lazy collection to STI entity
  • 223c470 Added tests for ManyToMany associations and lazy collection to CTI entity
  • f49a4e9 Added tests for OneToMany associations and lazy collection to STI entity
  • c3c1745 Added tests for OneToMany associations and lazy collection to CTI entity
  • 4cf5f70 Update test

📊 Changes

11 files changed (+375 additions, -29 deletions)

View changed files

📝 lib/Doctrine/ORM/Persisters/ManyToManyPersister.php (+14 -6)
📝 lib/Doctrine/ORM/Persisters/OneToManyPersister.php (+2 -1)
📝 tests/Doctrine/Tests/Models/Company/CompanyAuction.php (+1 -1)
📝 tests/Doctrine/Tests/Models/Company/CompanyContract.php (+3 -3)
📝 tests/Doctrine/Tests/Models/Company/CompanyEmployee.php (+11 -1)
📝 tests/Doctrine/Tests/Models/Company/CompanyFlexContract.php (+24 -1)
📝 tests/Doctrine/Tests/Models/Company/CompanyManager.php (+6 -1)
📝 tests/Doctrine/Tests/Models/Company/CompanyOrganization.php (+3 -3)
📝 tests/Doctrine/Tests/ORM/Functional/SQLFilterTest.php (+308 -10)
📝 tests/Doctrine/Tests/ORM/Functional/SchemaTool/CompanySchemaTest.php (+2 -2)
📝 tests/Doctrine/Tests/OrmFunctionalTestCase.php (+1 -0)

📄 Description

No description provided


🔄 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/237 **Author:** [@asm89](https://github.com/asm89) **Created:** 12/22/2011 **Status:** ✅ Merged **Merged:** 1/2/2012 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `2.2` ← **Head:** `ddc-551-collections-filters` --- ### 📝 Commits (5) - [`62be27b`](https://github.com/doctrine/orm/commit/62be27b295e2363a455e15f43645c6f180aa491a) Added tests for ManyToMany associations and lazy collection to STI entity - [`223c470`](https://github.com/doctrine/orm/commit/223c47069eb0f8cfc3d0f7c6cc96780295def8a6) Added tests for ManyToMany associations and lazy collection to CTI entity - [`f49a4e9`](https://github.com/doctrine/orm/commit/f49a4e9c40fbf3d0e7e3f13a078987ce490eef5a) Added tests for OneToMany associations and lazy collection to STI entity - [`c3c1745`](https://github.com/doctrine/orm/commit/c3c174512a6732c86bf2bb85af9293a6eb8c5bc2) Added tests for OneToMany associations and lazy collection to CTI entity - [`4cf5f70`](https://github.com/doctrine/orm/commit/4cf5f70bea4c0be20df75a4a74286faadbaba33a) Update test ### 📊 Changes **11 files changed** (+375 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Persisters/ManyToManyPersister.php` (+14 -6) 📝 `lib/Doctrine/ORM/Persisters/OneToManyPersister.php` (+2 -1) 📝 `tests/Doctrine/Tests/Models/Company/CompanyAuction.php` (+1 -1) 📝 `tests/Doctrine/Tests/Models/Company/CompanyContract.php` (+3 -3) 📝 `tests/Doctrine/Tests/Models/Company/CompanyEmployee.php` (+11 -1) 📝 `tests/Doctrine/Tests/Models/Company/CompanyFlexContract.php` (+24 -1) 📝 `tests/Doctrine/Tests/Models/Company/CompanyManager.php` (+6 -1) 📝 `tests/Doctrine/Tests/Models/Company/CompanyOrganization.php` (+3 -3) 📝 `tests/Doctrine/Tests/ORM/Functional/SQLFilterTest.php` (+308 -10) 📝 `tests/Doctrine/Tests/ORM/Functional/SchemaTool/CompanySchemaTest.php` (+2 -2) 📝 `tests/Doctrine/Tests/OrmFunctionalTestCase.php` (+1 -0) </details> ### 📄 Description _No description provided_ --- <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:57:26 +01:00
admin closed this issue 2026-01-22 15:57:27 +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#7897