mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #305] [MERGED] [DDC-1470] Error messages #7999
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:DDC-1470📝 Commits (2)
36dc560Fix DDC-14709cee329Fix CS📊 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.