mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3625: [GH-1339] [DDC-2224] Honor convertToDatabaseValueSQL() in DQL query parameters #4454
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?
Originally created by @doctrinebot on GitHub (Mar 18, 2015).
Originally assigned to: @Ocramius on GitHub.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of BenMorel:
Url: https://github.com/doctrine/doctrine2/pull/1339
Message:
This is a follow-up to the abandoned #574 by @mnapoli, that fixes [DDC-2224](http://www.doctrine-project.org/jira/browse/[DDC-2224]%28http://www.doctrine-project.org/jira/browse/DDC-2224%29).
At the time, @beberlei closed the PR for the following reason, deemed unfixable:
This PR re-integrates the original fix, and offers a solution to the above issue: take the parameter types into account when checking the local
ParserResultand the query cache.In addition to the test for the DDC-2224 issue, I added a test to ensure that changing a parameter type invalidates the cache.
@doctrinebot commented on GitHub (Mar 18, 2015):
@doctrinebot commented on GitHub (Mar 23, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1339] was unlabeled:
https://github.com/doctrine/doctrine2/pull/1339
@doctrinebot commented on GitHub (Mar 25, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1339] was assigned:
https://github.com/doctrine/doctrine2/pull/1339
@doctrinebot commented on GitHub (Mar 25, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1339] was merged:
https://github.com/doctrine/doctrine2/pull/1339
@doctrinebot commented on GitHub (Mar 25, 2015):
Issue was closed with resolution "Fixed"