mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3192: Custom types do not get converted to PHP Value when result is gotten from custom query #3956
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?
Originally created by @doctrinebot on GitHub (Jun 26, 2014).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user kamazee:
The description would be the same as in DDC-2494. It fixes only entity persister, so it works as expected when entity manager's
find()is used, but query results that are gotten by DQL query still suffer from the issue: SQLWalker doesn't set type mapping information into the ResultSetMapping.Pull request with test case in on the way.
@doctrinebot commented on GitHub (Jun 26, 2014):
@doctrinebot commented on GitHub (Jun 26, 2014):
Comment created by kamazee:
https://github.com/doctrine/doctrine2/pull/1073
@doctrinebot commented on GitHub (Jul 14, 2014):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1073] was closed:
https://github.com/doctrine/doctrine2/pull/1073
@doctrinebot commented on GitHub (Jul 14, 2014):
Comment created by @ocramius:
Merged in
b80149344d- discussion at https://github.com/doctrine/doctrine2/pull/1073@doctrinebot commented on GitHub (Jul 14, 2014):
Issue was closed with resolution "Fixed"