[Checkins] SVN: relstorage/branches/1.1/relstorage/adapters/oracle.py Updated after MySQL optimization

Shane Hathaway shane at hathawaymix.org
Sat May 31 10:05:49 EDT 2008


Log message for revision 87065:
  Updated after MySQL optimization
  

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

-=-
Modified: relstorage/branches/1.1/relstorage/adapters/oracle.py
===================================================================
--- relstorage/branches/1.1/relstorage/adapters/oracle.py	2008-05-31 13:58:18 UTC (rev 87064)
+++ relstorage/branches/1.1/relstorage/adapters/oracle.py	2008-05-31 14:05:48 UTC (rev 87065)
@@ -68,6 +68,9 @@
             FROM object_state
             WHERE tid = %(tid)s
             """,
+
+        'prepack_follow_child_refs':
+            Adapter._scripts['prepack_follow_child_refs'],
     }
 
     def __init__(self, user, password, dsn, twophase=False, arraysize=64):



More information about the Checkins mailing list