mirror of
https://github.com/doctrine/orm.git
synced 2026-04-25 15:38:10 +02:00
DDC-20: CLONE -cache problem with joined tables and external data change #24
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 (Sep 24, 2009).
Jira issue originally created by user psycon:
Doctrine doesn't invalidate cache properly. Queries like the one below has the second table taken from cache and it shouldn't.
In bug [DC-24] the advice is to select id of second table, I selected all fields in second table but doctrine doesn't seem to notice foreign key has changed.
@doctrinebot commented on GitHub (Sep 24, 2009):
@doctrinebot commented on GitHub (Sep 25, 2009):
Comment created by romanb:
After some researh this is desired behavior. However, parts of a consistent implementation of this behavior are still incomplete as described in DDC-21 and DDC-22.
@doctrinebot commented on GitHub (Sep 25, 2009):
Issue was closed with resolution "Won't Fix"