[PR #434] [MERGED] allowed to pass filter objects to the configurator #8186

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/434
Author: @bamarni
Created: 8/31/2012
Status: Merged
Merged: 11/3/2012
Merged by: @guilhermeblanco

Base: masterHead: filter-objects


📝 Commits (1)

  • a9b4deb allowed to pass filter objects to the configurator

📊 Changes

4 files changed (+41 additions, -12 deletions)

View changed files

📝 lib/Doctrine/ORM/Configuration.php (+17 -6)
📝 lib/Doctrine/ORM/Query/FilterCollection.php (+4 -2)
📝 tests/Doctrine/Tests/ORM/ConfigurationTest.php (+2 -2)
📝 tests/Doctrine/Tests/ORM/Functional/SQLFilterTest.php (+18 -2)

📄 Description

If DDC-2004 gets approved.


🔄 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/434 **Author:** [@bamarni](https://github.com/bamarni) **Created:** 8/31/2012 **Status:** ✅ Merged **Merged:** 11/3/2012 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `filter-objects` --- ### 📝 Commits (1) - [`a9b4deb`](https://github.com/doctrine/orm/commit/a9b4debe37370a4ff30141f8e4c6a444c226e06c) allowed to pass filter objects to the configurator ### 📊 Changes **4 files changed** (+41 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Configuration.php` (+17 -6) 📝 `lib/Doctrine/ORM/Query/FilterCollection.php` (+4 -2) 📝 `tests/Doctrine/Tests/ORM/ConfigurationTest.php` (+2 -2) 📝 `tests/Doctrine/Tests/ORM/Functional/SQLFilterTest.php` (+18 -2) </details> ### 📄 Description If DDC-2004 gets approved. --- <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:48 +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#8186