mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #140] [CLOSED] DDC-1372 #7764
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/140
Author: @FabioBatSilva
Created: 9/28/2011
Status: ❌ Closed
Base:
master← Head:DDC1372📝 Commits (3)
95cec1bfix DDC-13724c8bcaftests for DDC-13725ef43a3fix named params with like📊 Changes
7 files changed (+127 additions, -25 deletions)
View changed files
📝
lib/Doctrine/ORM/Query.php(+24 -13)📝
lib/Doctrine/ORM/Query/SqlWalker.php(+2 -2)📝
lib/vendor/doctrine-dbal(+1 -1)📝
tests/Doctrine/Tests/ORM/Functional/CustomTreeWalkersTest.php(+2 -2)➕
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC1372Test.php(+91 -0)📝
tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php(+6 -6)📝
tests/Doctrine/Tests/ORM/Query/UpdateSqlGenerationTest.php(+1 -1)📄 Description
Hello all
This patch fix : DDC-1372
http://www.doctrine-project.org/jira/browse/DDC-1372
That adds suport for this feature https://github.com/doctrine/dbal/pull/64
All tests pass, but i'm not sure if that is the better way to add suport to named parameters.
Maybe some one most familiar with query package can help me.
Thanks ...
Best Regards,
Fabio B. SIlva
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.