[PR #1073] [MERGED] Add missing type mapping #9125

Closed
opened 2026-01-22 16:03:18 +01:00 by admin · 0 comments
Owner

📋 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: masterHead: add_passing_type_to_rsm_in_sql_walker


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/1073 **Author:** [@kamazee](https://github.com/kamazee) **Created:** 6/26/2014 **Status:** ✅ Merged **Merged:** 7/14/2014 **Merged by:** [@Ocramius](https://github.com/Ocramius) **Base:** `master` ← **Head:** `add_passing_type_to_rsm_in_sql_walker` --- ### 📝 Commits (1) - [`38fcc66`](https://github.com/doctrine/orm/commit/38fcc66c16563b37ca5bc0641424c5151eaab05c) Add missing type mapping ### 📊 Changes **2 files changed** (+178 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+10 -2) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC3192Test.php` (+168 -0) </details> ### 📄 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). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
admin added the pull-request label 2026-01-22 16:03:18 +01:00
admin closed this issue 2026-01-22 16:03:18 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#9125