mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
[PR #574] [CLOSED] [DDC-2224] convertToDatabaseValueSQL() is not honored for DQL query parameters #8394
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/574
Author: @mnapoli
Created: 2/8/2013
Status: ❌ Closed
Base:
master← Head:DDC-2224📝 Commits (2)
620bb21[DDC-2224] convertToDatabaseValueSQL() is not honored for DQL query parametersd1ffcedCode 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.