Edgewall Software

Changes between Version 17 and Version 18 of TracDev/Proposals/CacheInvalidation


Ignore:
Timestamp:
Mar 30, 2009, 9:18:05 AM (15 years ago)
Author:
Christian Boos
Comment:

go for it!

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/Proposals/CacheInvalidation

    v17 v18  
    227227transaction if no rows are altered. We may have to use a dummy row that is always updated in addition to the desired row.
    228228
     229==== cboos: ====
     230
     231Looks great! I don't think we can have something any simpler, in particular the UPDATE doesn't seem to return the number of modified rows for all backends (at least, that doesn't seem to be possible with SQLite3 and Pysqlite).
    229232
    230233== Idea 2: Cache control ==