[Zope-Checkins] CVS: ZODB3/ZODB - DemoStorage.py:1.18.10.1.2.1

Jeremy Hylton jeremy at zope.com
Mon Sep 29 17:17:10 EDT 2003


Update of /cvs-repository/ZODB3/ZODB
In directory cvs.zope.org:/tmp/cvs-serv8427/ZODB

Modified Files:
      Tag: ZODB3-mvcc-branch
	DemoStorage.py 
Log Message:
Minimal fixes for BDBFullStorage and DemoStorage.


=== ZODB3/ZODB/DemoStorage.py 1.18.10.1 => 1.18.10.1.2.1 ===
--- ZODB3/ZODB/DemoStorage.py:1.18.10.1	Mon Jul 21 12:37:18 2003
+++ ZODB3/ZODB/DemoStorage.py	Mon Sep 29 17:17:09 2003
@@ -148,7 +148,7 @@
                     # effectively, delete the thing
                     self._tindex.append([oid, None, r, None, None])
 
-            return oids
+            return self._serial, oids
 
         finally: self._lock_release()
 
@@ -181,7 +181,7 @@
                 tindex.append([oid, newserial, r, new_vdata, p])
 
 
-            return oids
+            return self._serial, oids
 
         finally: self._lock_release()
 




More information about the Zope-Checkins mailing list