mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #1073] [MERGED] Add missing type mapping #9125
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/1073
Author: @kamazee
Created: 6/26/2014
Status: ✅ Merged
Merged: 7/14/2014
Merged by: @Ocramius
Base:
master← Head:add_passing_type_to_rsm_in_sql_walker📝 Commits (1)
38fcc66Add missing type mapping📊 Changes
2 files changed (+178 additions, -2 deletions)
View changed files
📝
lib/Doctrine/ORM/Query/SqlWalker.php(+10 -2)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3192Test.php(+168 -0)📄 Description
Fixes DDC-3192, references DDC-2494.
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).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.