[Zope-Checkins] CVS: ZODB3/ZODB - FileStorage.py:1.105.2.14

Jeremy Hylton jeremy@zope.com
Mon, 17 Mar 2003 13:59:58 -0500


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

Modified Files:
      Tag: ZODB3-3_1-branch
	FileStorage.py 
Log Message:
Backport fix from trunk: Don't stop after first oid in
commitVersion().


=== ZODB3/ZODB/FileStorage.py 1.105.2.13 => 1.105.2.14 ===
--- ZODB3/ZODB/FileStorage.py:1.105.2.13	Mon Jan 20 14:18:42 2003
+++ ZODB3/ZODB/FileStorage.py	Mon Mar 17 13:59:57 2003
@@ -570,10 +570,6 @@
                 here += heredelta
 
                 current_oids[oid] = 1
-                # Once we've found the data we are looking for,
-                # we can stop chasing backpointers.
-                break
-
             else:
                 # Hm.  This is a non-current record.  Is there a
                 # current record for this oid?