mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #189] [MERGED] DDC-1404 #7835
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/189
Author: @FabioBatSilva
Created: 11/14/2011
Status: ✅ Merged
Merged: 11/14/2011
Merged by: @beberlei
Base:
master← Head:DDC-1404📝 Commits (1)
8af0f9dadded support for Inherited Named Queries📊 Changes
4 files changed (+163 additions, -4 deletions)
View changed files
📝
lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php(+23 -0)📝
lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php(+10 -3)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1404Test.php(+129 -0)📝
tests/Doctrine/Tests/ORM/Mapping/ClassMetadataTest.php(+1 -1)📄 Description
Hello
This patch fix : DDC-1404
http://www.doctrine-project.org/jira/browse/DDC-1404
That adds support for inherited named queries
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.