[PR #349] [MERGED] Fix DDC-1822 #8067

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/349
Author: @FabioBatSilva
Created: 5/19/2012
Status: Merged
Merged: 5/20/2012
Merged by: @guilhermeblanco

Base: masterHead: DDC-1822


📝 Commits (1)

📊 Changes

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

View changed files

📝 lib/Doctrine/ORM/NoResultException.php (+1 -1)
📝 lib/Doctrine/ORM/NonUniqueResultException.php (+4 -1)
lib/Doctrine/ORM/UnexpectedResultException.php (+31 -0)
📝 tests/Doctrine/Tests/ORM/Functional/QueryTest.php (+37 -0)

📄 Description

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


🔄 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/349 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 5/19/2012 **Status:** ✅ Merged **Merged:** 5/20/2012 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC-1822` --- ### 📝 Commits (1) - [`0af5da7`](https://github.com/doctrine/orm/commit/0af5da77f1ddddb3320f126e5e675dfafcf92f0e) fix DDC-1822 ### 📊 Changes **4 files changed** (+73 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/NoResultException.php` (+1 -1) 📝 `lib/Doctrine/ORM/NonUniqueResultException.php` (+4 -1) ➕ `lib/Doctrine/ORM/UnexpectedResultException.php` (+31 -0) 📝 `tests/Doctrine/Tests/ORM/Functional/QueryTest.php` (+37 -0) </details> ### 📄 Description http://www.doctrine-project.org/jira/browse/DDC-1822 --- <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:58:14 +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#8067