[Checkins] SVN: relstorage/branches/1.1/ added note about more logging

Shane Hathaway shane at hathawaymix.org
Wed Jul 23 13:46:17 EDT 2008


Log message for revision 88768:
  added note about more logging

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

-=-
Modified: relstorage/branches/1.1/CHANGES.txt
===================================================================
--- relstorage/branches/1.1/CHANGES.txt	2008-07-23 16:38:41 UTC (rev 88767)
+++ relstorage/branches/1.1/CHANGES.txt	2008-07-23 17:46:15 UTC (rev 88768)
@@ -6,7 +6,9 @@
 
 - Made it possible to set the pack and memcache options in zope.conf.
 
+- Log more info when a KeyError occurs within RelStorage.
 
+
 RelStorage 1.1b2
 
 - Made the MySQL locks database-specific rather than server-wide.  This is

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



More information about the Checkins mailing list