[PR #305] [MERGED] [DDC-1470] Error messages #7999

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/305
Author: @FabioBatSilva
Created: 3/16/2012
Status: Merged
Merged: 3/16/2012
Merged by: @guilhermeblanco

Base: masterHead: DDC-1470


📝 Commits (2)

📊 Changes

5 files changed (+146 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/Internal/Hydration/HydrationException.php (+30 -0)
📝 lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php (+10 -1)
📝 lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php (+4 -0)
📝 tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php (+65 -0)
tests/Doctrine/Tests/ORM/Hydration/SimpleObjectHydratorTest.php (+37 -0)

📄 Description

DDC-1470

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

This patch adds exception for missing discriminator columns


🔄 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/305 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 3/16/2012 **Status:** ✅ Merged **Merged:** 3/16/2012 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `DDC-1470` --- ### 📝 Commits (2) - [`36dc560`](https://github.com/doctrine/orm/commit/36dc56053381cc9d5fe5d3add3615a359f760588) Fix DDC-1470 - [`9cee329`](https://github.com/doctrine/orm/commit/9cee329407864daa02e62402d54680672055c157) Fix CS ### 📊 Changes **5 files changed** (+146 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Internal/Hydration/HydrationException.php` (+30 -0) 📝 `lib/Doctrine/ORM/Internal/Hydration/ObjectHydrator.php` (+10 -1) 📝 `lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php` (+4 -0) 📝 `tests/Doctrine/Tests/ORM/Hydration/ObjectHydratorTest.php` (+65 -0) ➕ `tests/Doctrine/Tests/ORM/Hydration/SimpleObjectHydratorTest.php` (+37 -0) </details> ### 📄 Description DDC-1470 http://www.doctrine-project.org/jira/browse/DDC-1470 This patch adds exception for missing discriminator columns --- <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:54 +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#7999