[PR #574] [CLOSED] [DDC-2224] convertToDatabaseValueSQL() is not honored for DQL query parameters #8394

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

📋 Pull Request Information

Original PR: https://github.com/doctrine/orm/pull/574
Author: @mnapoli
Created: 2/8/2013
Status: Closed

Base: masterHead: DDC-2224


📝 Commits (2)

  • 620bb21 [DDC-2224] convertToDatabaseValueSQL() is not honored for DQL query parameters
  • d1ffced Code formatting

📊 Changes

3 files changed (+84 additions, -1 deletions)

View changed files

📝 lib/Doctrine/ORM/AbstractQuery.php (+1 -1)
📝 lib/Doctrine/ORM/Query/SqlWalker.php (+7 -0)
tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2224Test.php (+76 -0)

📄 Description

DDC-2224: convertToDatabaseValueSQL() is not honored for DQL query parameters

Fix + test

Please note this is the first time I get into SqlWalker, I hope I inserted the fix at the right place.


🔄 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/574 **Author:** [@mnapoli](https://github.com/mnapoli) **Created:** 2/8/2013 **Status:** ❌ Closed **Base:** `master` ← **Head:** `DDC-2224` --- ### 📝 Commits (2) - [`620bb21`](https://github.com/doctrine/orm/commit/620bb213e1e7de22db6a71260a0983ebab218b9e) [DDC-2224] convertToDatabaseValueSQL() is not honored for DQL query parameters - [`d1ffced`](https://github.com/doctrine/orm/commit/d1ffced31f565a6cfe0e4f8a8051b94dd39487ac) Code formatting ### 📊 Changes **3 files changed** (+84 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/Doctrine/ORM/AbstractQuery.php` (+1 -1) 📝 `lib/Doctrine/ORM/Query/SqlWalker.php` (+7 -0) ➕ `tests/Doctrine/Tests/ORM/Functional/Ticket/DDC2224Test.php` (+76 -0) </details> ### 📄 Description [DDC-2224](http://www.doctrine-project.org/jira/browse/DDC-2224): convertToDatabaseValueSQL() is not honored for DQL query parameters Fix + test Please note this is the first time I get into SqlWalker, I hope I inserted the fix at the right place. --- <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:59: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#8394