[PR #189] [MERGED] DDC-1404 #7835

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

📋 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: masterHead: DDC-1404


📝 Commits (1)

  • 8af0f9d added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/189 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 11/14/2011 **Status:** ✅ Merged **Merged:** 11/14/2011 **Merged by:** [@beberlei](https://github.com/beberlei) **Base:** `master` ← **Head:** `DDC-1404` --- ### 📝 Commits (1) - [`8af0f9d`](https://github.com/doctrine/orm/commit/8af0f9d0711a7dcba8364e86c29cc3cc6e426010) added support for Inherited Named Queries ### 📊 Changes **4 files changed** (+163 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Hello This patch fix : DDC-1404 http://www.doctrine-project.org/jira/browse/DDC-1404 That adds support for inherited named queries --- <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:06 +01:00
admin closed this issue 2026-01-22 15:57:07 +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#7835