[PR #140] [CLOSED] DDC-1372 #7764

Open
opened 2026-01-22 15:56:43 +01:00 by admin · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/140
Author: @FabioBatSilva
Created: 9/28/2011
Status: Closed

Base: masterHead: DDC1372


📝 Commits (3)

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

## 📋 Pull Request Information **Original PR:** https://github.com/doctrine/orm/pull/140 **Author:** [@FabioBatSilva](https://github.com/FabioBatSilva) **Created:** 9/28/2011 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DDC1372` --- ### 📝 Commits (3) - [`95cec1b`](https://github.com/doctrine/orm/commit/95cec1b8351e230da08d1181c22f162b91d1f293) fix DDC-1372 - [`4c8bcaf`](https://github.com/doctrine/orm/commit/4c8bcaff7a54b89510f948ea6b9a0676e0e0dc73) tests for DDC-1372 - [`5ef43a3`](https://github.com/doctrine/orm/commit/5ef43a30911f5d9672c5b861f1edb34a7dcd168b) fix named params with like ### 📊 Changes **7 files changed** (+127 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <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 15:56:43 +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#7764