[z3-checkins] r18245 - z3/sqlos/branch/jinty-3.0-fix_the_tests/interfaces

jinty at codespeak.net jinty at codespeak.net
Fri Oct 7 09:26:57 CEST 2005


Author: jinty
Date: Fri Oct  7 09:26:56 2005
New Revision: 18245

Modified:
   z3/sqlos/branch/jinty-3.0-fix_the_tests/interfaces/__init__.py
Log:
Seems that sqlobject has changed its interfaces, so updating to the current (6.1) varsion. merge of 126:127

Modified: z3/sqlos/branch/jinty-3.0-fix_the_tests/interfaces/__init__.py
==============================================================================
--- z3/sqlos/branch/jinty-3.0-fix_the_tests/interfaces/__init__.py	(original)
+++ z3/sqlos/branch/jinty-3.0-fix_the_tests/interfaces/__init__.py	Fri Oct  7 09:26:56 2005
@@ -62,7 +62,7 @@
     def transaction():
         """ Return a transaction object for this connection """
 
-    def queryInsertID(table, idName, id, names, values):
+    def queryInsertID(soInstance, id, names, values):
         """ Insert a row into the database and return the generated id """
 
     def iterSelect(select):


More information about the z3-checkins mailing list