[Checkins] SVN: relstorage/branches/1.1/relstorage/adapters/common.py reverted accidental checkin

Shane Hathaway shane at hathawaymix.org
Wed Jul 23 13:52:21 EDT 2008


Log message for revision 88769:
  reverted accidental checkin

Changed:
  U   relstorage/branches/1.1/relstorage/adapters/common.py

-=-
Modified: relstorage/branches/1.1/relstorage/adapters/common.py
===================================================================
--- relstorage/branches/1.1/relstorage/adapters/common.py	2008-07-23 17:46:15 UTC (rev 88768)
+++ relstorage/branches/1.1/relstorage/adapters/common.py	2008-07-23 17:52:21 UTC (rev 88769)
@@ -922,8 +922,8 @@
 
         # Get the list of changed OIDs and return it.
         stmt = """
-        SELECT zoid
-        FROM current_object
+        SELECT DISTINCT zoid
+        FROM object_state
         WHERE tid > %(tid)s
         """
         if ignore_tid is None:



More information about the Checkins mailing list