mirror of
https://github.com/doctrine/orm.git
synced 2026-03-24 06:52:09 +01:00
[PR #693] [MERGED] Adding failing test for DDC-2214 #8571
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/693
Author: @Ocramius
Created: 6/12/2013
Status: ✅ Merged
Merged: 6/12/2013
Merged by: @guilhermeblanco
Base:
master← Head:hotfix/DDC-2214📝 Commits (1)
a1355d0Adding 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.