diff roundup/backends/back_sqlite.py @ 1492:2fc7d4a8c9e7

fixed sqlite rollback/caching bug [SF#689383]
author Richard Jones <richard@users.sourceforge.net>
date Thu, 06 Mar 2003 06:03:51 +0000
parents 80d27b7d6db5
children 94e430ad4fdb
line wrap: on
line diff
--- a/roundup/backends/back_sqlite.py	Thu Mar 06 04:45:11 2003 +0000
+++ b/roundup/backends/back_sqlite.py	Thu Mar 06 06:03:51 2003 +0000
@@ -1,4 +1,4 @@
-# $Id: back_sqlite.py,v 1.8 2002-12-12 09:31:04 richard Exp $
+# $Id: back_sqlite.py,v 1.9 2003-03-06 06:03:51 richard Exp $
 __doc__ = '''
 See https://pysqlite.sourceforge.net/ for pysqlite info
 '''
@@ -78,6 +78,9 @@
                 self.rollbackStoreFile(*args)
         self.transactions = []
 
+        # clear the cache
+        self.clearCache()
+
     def __repr__(self):
         return '<roundlite 0x%x>'%id(self)
 

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