mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3194: [GH-1073] Add missing type mapping #3957
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 @doctrinebot:
This issue is created automatically through a Github pull request on behalf of kamazee:
Url: https://github.com/doctrine/doctrine2/pull/1073
Message:
Fixes DDC-2494, references DDC-3192.
Custom types of joined column are ignored when the query is issued using DQL (query or builder). Entity manager's
findX()s work as expected because the issue was fixed for entity persister in #690 (DDC-2494).@doctrinebot commented on GitHub (Jun 26, 2014):
@doctrinebot commented on GitHub (Jun 26, 2014):
Comment created by kamazee:
This is a copy of DDC-3192 — so please, close either one.
@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:
Duplicate of DDC-3192
@doctrinebot commented on GitHub (Jul 14, 2014):
Issue was closed with resolution "Duplicate"