[PR #639] [MERGED] Added abillity to use metacolumn as indexBy #8489

Closed
opened 2026-01-22 16:00:09 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/639
Author: @goetas
Created: 4/2/2013
Status: Merged
Merged: 5/10/2013
Merged by: @beberlei

Base: masterHead: indexby-metadata


📝 Commits (5)

📊 Changes

4 files changed (+35 additions, -3 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/ResultSetMapping.php (+1 -1)
📝 tests/Doctrine/Tests/Models/DDC117/DDC117Article.php (+6 -2)
📝 tests/Doctrine/Tests/ORM/Functional/Ticket/DDC117Test.php (+15 -0)
📝 tests/Doctrine/Tests/ORM/Hydration/ResultSetMappingTest.php (+13 -0)

📄 Description

Added ability to use meta column as indexBy. Useful if association entities is widely used.
Replace #204 PR


🔄 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/639 **Author:** [@goetas](https://github.com/goetas) **Created:** 4/2/2013 **Status:** ✅ Merged **Merged:** 5/10/2013 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `indexby-metadata` --- ### 📝 Commits (5) - [`6fc18e3`](https://github.com/doctrine/orm/commit/6fc18e330d8ecd57dc9a4af871d6cc30cffd3f7d) indexby metadata column - [`3196b0c`](https://github.com/doctrine/orm/commit/3196b0c05a9cd4507463a82b706f691f686a8224) missing new line - [`34adb16`](https://github.com/doctrine/orm/commit/34adb16ee85deb0e26caab0eeeecbcf7ae7752de) indexby ddc117 tests - [`2ca2437`](https://github.com/doctrine/orm/commit/2ca24375e417855b8f4adbc4a885c2b3e8424116) no lang - [`7abf46a`](https://github.com/doctrine/orm/commit/7abf46af7038559b83d0d3f963685ca04a2fbe17) cascade remove persist on links ### 📊 Changes **4 files changed** (+35 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/ResultSetMapping.php` (+1 -1) 📝 `tests/Doctrine/Tests/Models/DDC117/DDC117Article.php` (+6 -2) 📝 `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC117Test.php` (+15 -0) 📝 `tests/Doctrine/Tests/ORM/Hydration/ResultSetMappingTest.php` (+13 -0) </details> ### 📄 Description Added ability to use meta column as indexBy. Useful if association entities is widely used. Replace #204 PR --- <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 16:00:09 +01:00
admin closed this issue 2026-01-22 16:00:10 +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#8489