mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #639] [MERGED] Added abillity to use metacolumn as indexBy #8489
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/639
Author: @goetas
Created: 4/2/2013
Status: ✅ Merged
Merged: 5/10/2013
Merged by: @beberlei
Base:
master← Head:indexby-metadata📝 Commits (5)
6fc18e3indexby metadata column3196b0cmissing new line34adb16indexby ddc117 tests2ca2437no lang7abf46acascade remove persist on links📊 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.