[Checkins] SVN: relstorage/branches/postgres_blob_oid/relstorage/adapters/schema.py Must not forget to return the triggers list result dict..

Martijn Pieters mj at zopatista.com
Tue Jun 14 08:44:34 EDT 2011


Log message for revision 121927:
  Must not forget to return the triggers list result dict..

Changed:
  U   relstorage/branches/postgres_blob_oid/relstorage/adapters/schema.py

-=-
Modified: relstorage/branches/postgres_blob_oid/relstorage/adapters/schema.py
===================================================================
--- relstorage/branches/postgres_blob_oid/relstorage/adapters/schema.py	2011-06-14 11:29:17 UTC (rev 121926)
+++ relstorage/branches/postgres_blob_oid/relstorage/adapters/schema.py	2011-06-14 12:44:33 UTC (rev 121927)
@@ -974,6 +974,7 @@
             if match is not None:
                 version = match.group(1)
             res[name.lower()] = version
+        return res
 
 
 class MySQLSchemaInstaller(AbstractSchemaInstaller):



More information about the checkins mailing list