mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-3714: [GH-1394] Fix result cache setting query caching #4562
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 (Apr 24, 2015).
Originally assigned to: @guilhermeblanco on GitHub.
Jira issue originally created by user @doctrinebot:
This issue is created automatically through a Github pull request on behalf of mente:
Url: https://github.com/doctrine/doctrine2/pull/1394
Message:
Hello!
This PR fixes the issue with result caching option when query caching is on.
Reproduce is pretty easy. Call same query twice: first time with
Query::useResultCache(true), second time withQuery::useResultCache(false). If query cache is on -useResultCache()setting will be cached along with query itself.Use case is when you want to keep query cache always on but want sometimes to bypass result cache (e.g. you're sure that underlying data was updated).
P.S. Is it possible to backport fix to 2.4? I can provide another PR for it
Alex
@doctrinebot commented on GitHub (Apr 24, 2015):
@doctrinebot commented on GitHub (Jul 15, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1394] was labeled:
https://github.com/doctrine/doctrine2/pull/1394
@doctrinebot commented on GitHub (Nov 7, 2015):
Comment created by @doctrinebot:
A related Github Pull-Request [GH-1394] was closed:
https://github.com/doctrine/doctrine2/pull/1394
@doctrinebot commented on GitHub (Nov 7, 2015):
Comment created by @ocramius:
Moved to DDC-3982
@doctrinebot commented on GitHub (Nov 7, 2015):
Issue was closed with resolution "Duplicate"