[PR #246] [MERGED] [DDC 1557] Support for DQL function on subselect #7911

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/246
Author: @FabioBatSilva
Created: 12/29/2011
Status: Merged
Merged: 12/29/2011
Merged by: @guilhermeblanco

Base: masterHead: DDC-1557


📝 Commits (3)

📊 Changes

2 files changed (+47 additions, -3 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/Parser.php (+16 -3)
📝 tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php (+31 -0)

📄 Description

This patch fix : DDC-1557
http://www.doctrine-project.org/jira/browse/DDC-1557

@guilhermeblanco, Please tell me if can I make something better. :)

Thanks ...


🔄 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/246 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 12/29/2011 **Status:** ✅ Merged **Merged:** 12/29/2011 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC-1557` --- ### 📝 Commits (3) - [`4cc61bf`](https://github.com/doctrine/orm/commit/4cc61bf2eeaee9212f105941256be35c5eaa0404) fix DDC-1557 - [`bf8924d`](https://github.com/doctrine/orm/commit/bf8924df14aaa2d658c3870940ee8190745c7f1f) some tests - [`ab4482b`](https://github.com/doctrine/orm/commit/ab4482b61744596f879e84cd87b41217ad610382) update docblock ### 📊 Changes **2 files changed** (+47 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/Parser.php` (+16 -3) 📝 `tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php` (+31 -0) </details> ### 📄 Description This patch fix : DDC-1557 http://www.doctrine-project.org/jira/browse/DDC-1557 @guilhermeblanco, Please tell me if can I make something better. :) Thanks ... --- <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:31 +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#7911