[PR #211] [MERGED] DDC-1057 #7867

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

📋 Pull Request Information

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

Base: masterHead: DDC-1057


📝 Commits (3)

📊 Changes

2 files changed (+64 additions, -4 deletions)

View changed files

📝 lib/Doctrine/ORM/Query/ResultSetMapping.php (+27 -4)
📝 tests/Doctrine/Tests/ORM/Hydration/ResultSetMappingTest.php (+37 -0)

📄 Description

Hello all

This patch provides a fluent interface in ResultSetMapping

http://www.doctrine-project.org/jira/browse/DDC-1057

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/211 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 12/7/2011 **Status:** ✅ Merged **Merged:** 12/7/2011 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC-1057` --- ### 📝 Commits (3) - [`df19e68`](https://github.com/doctrine/orm/commit/df19e68a8613b783591631f64851cc1f6a8c4dbf) Fixed DDC-1057 - [`c6a89c6`](https://github.com/doctrine/orm/commit/c6a89c64f30527625097f5e440fa6a9c559d42a3) put return after comment - [`8e50a31`](https://github.com/doctrine/orm/commit/8e50a31b98e1a7ceaab89f54e9c18b684c911514) trying remove whitespaces ### 📊 Changes **2 files changed** (+64 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/ResultSetMapping.php` (+27 -4) 📝 `tests/Doctrine/Tests/ORM/Hydration/ResultSetMappingTest.php` (+37 -0) </details> ### 📄 Description Hello all This patch provides a fluent interface in ResultSetMapping http://www.doctrine-project.org/jira/browse/DDC-1057 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:16 +01:00
admin closed this issue 2026-01-22 15:57:16 +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#7867