mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #251] [CLOSED] [DDC-657] Convert scalar value if it's an entity field #7921
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/251
Author: @FabioBatSilva
Created: 1/6/2012
Status: ❌ Closed
Base:
master← Head:DDC-657📝 Commits (4)
ed8b1e7tests for DDC-657561da32Fix DDC-6571d99fc4added some tests9b2fe51code refactoring and other tests📊 Changes
4 files changed (+134 additions, -3 deletions)
View changed files
📝
lib/Doctrine/ORM/Internal/Hydration/AbstractHydrator.php(+10 -1)📝
lib/Doctrine/ORM/Query/ResultSetMapping.php(+5 -1)📝
lib/Doctrine/ORM/Query/SqlWalker.php(+1 -1)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC657Test.php(+118 -0)📄 Description
Hello,
This path fix : http://www.doctrine-project.org/jira/browse/DDC-657
Has been added the declaring class in a scalar result, that allow get the type from the field mapping.
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.