[Zope-CVS] CVS: Products/Ape/lib/apelib/sql - structure.py:1.8.2.1

Shane Hathaway shane at zope.com
Wed Feb 25 22:09:26 EST 2004


Update of /cvs-repository/Products/Ape/lib/apelib/sql
In directory cvs.zope.org:/tmp/cvs-serv4850/lib/apelib/sql

Modified Files:
      Tag: ape-fs-oid-branch
	structure.py 
Log Message:
Fixed bugs.  All automated tests pass with the new filesystem OID code.

With this working, the _setOb patch became unnecessary.  The TmpStore 
monkey patch is also obsolete.  Only one patch remains, and it's not 
much of a problem.  Yay!



=== Products/Ape/lib/apelib/sql/structure.py 1.8 => 1.8.2.1 ===
--- Products/Ape/lib/apelib/sql/structure.py:1.8	Thu Feb 19 01:44:04 2004
+++ Products/Ape/lib/apelib/sql/structure.py	Wed Feb 25 22:08:55 2004
@@ -139,6 +139,7 @@
         rows = self.execute(event, 'simple_search', 1, child_oid=event.oid)
         assert len(rows) >= 1
         name = rows[0][1]  # Accept only the first result
+        # Disable conflict checking by returning None as the hash value.
         return name, None
 
     def store(self, event, state):




More information about the Zope-CVS mailing list