mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-2090: MultiTableUpdateExecutor works incorrect with query cache enabled #2635
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 (Oct 19, 2012).
Jira issue originally created by user feedbee:
Doctrine\ORM\Query\Exec\MultiTableUpdateExecutor works incorrect with query cache enabled.
I execute two similar update-queries with different parameters, but the second query is never executed in database.
There is todo-task in code:
//FIXME (URGENT): With query cache the parameter is out of date. Move to execute() stage.
This is important issue. Much time spent in debugging.
@doctrinebot commented on GitHub (Oct 19, 2012):
Comment created by feedbee:
Workaround is to disable query cache per every multitable update query: http://stackoverflow.com/questions/12969460/doctrine-query-cache-update
@doctrinebot commented on GitHub (Mar 17, 2013):
Comment created by @FabioBatSilva:
Fixed :
60b8bc63a1@doctrinebot commented on GitHub (Mar 17, 2013):
Issue was closed with resolution "Fixed"
@doctrinebot commented on GitHub (Mar 17, 2013):
Comment created by @beberlei:
Merged into 2.3 for release with 2.3.3