[PR #693] [MERGED] Adding failing test for DDC-2214 #8571

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/693
Author: @Ocramius
Created: 6/12/2013
Status: Merged
Merged: 6/12/2013
Merged by: @guilhermeblanco

Base: masterHead: hotfix/DDC-2214


📝 Commits (1)

  • a1355d0 Adding failing test for DDC-2214

📊 Changes

1 file changed (+71 additions, -0 deletions)

View changed files

tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2214Test.php (+71 -0)

📄 Description

Parameters being bound to an SQL query should have the same type as
the identifier of the objects being bound to the placeholders of a
DQL query - this is currently broken with proxies, as this test
demonstrates.

This is a demonstration of DDC-2214


🔄 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/693 **Author:** [@Ocramius](https://github.com/Ocramius) **Created:** 6/12/2013 **Status:** ✅ Merged **Merged:** 6/12/2013 **Merged by:** [@guilhermeblanco](https://github.com/guilhermeblanco) **Base:** `master` ← **Head:** `hotfix/DDC-2214` --- ### 📝 Commits (1) - [`a1355d0`](https://github.com/doctrine/orm/commit/a1355d0bb9ed502d10ed8d7d333544e7089ce34c) Adding failing test for DDC-2214 ### 📊 Changes **1 file changed** (+71 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2214Test.php` (+71 -0) </details> ### 📄 Description Parameters being bound to an SQL query should have the same type as the identifier of the objects being bound to the placeholders of a DQL query - this is currently broken with proxies, as this test demonstrates. This is a demonstration of [DDC-2214](http://www.doctrine-project.org/jira/browse/DDC-2214) --- <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:00:35 +01:00
admin closed this issue 2026-01-22 16:00:35 +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#8571