diff roundup/backends/rdbms_common.py @ 1491:393ab6e36540 maint-0.5

fixed sqlite rollback/caching bug [SF#689383]
author Richard Jones <richard@users.sourceforge.net>
date Thu, 06 Mar 2003 05:46:57 +0000
parents 31cc79f966ac
children 8fd1ad93f920
line wrap: on
line diff
--- a/roundup/backends/rdbms_common.py	Thu Mar 06 04:37:51 2003 +0000
+++ b/roundup/backends/rdbms_common.py	Thu Mar 06 05:46:57 2003 +0000
@@ -1,4 +1,4 @@
-# $Id: rdbms_common.py,v 1.27.2.4 2003-02-27 11:21:02 richard Exp $
+# $Id: rdbms_common.py,v 1.27.2.5 2003-03-06 05:46:57 richard Exp $
 ''' Relational database (SQL) backend common code.
 
 Basics:
@@ -849,6 +849,9 @@
                 self.rollbackStoreFile(*args)
         self.transactions = []
 
+        # clear the cache
+        self.clearCache()
+
     def doSaveNode(self, classname, nodeid, node):
         ''' dummy that just generates a reindex event
         '''

Roundup Issue Tracker: http://roundup-tracker.org/