dabo Commit
Revision 4091
Date: 2008-05-21 22:37:47 -0700 (Wed, 21 May 2008)
Author: Johnf
Trac: http://svn.dabodev.com/trac/dabo/changeset/4091

Changed:
U   trunk/dabo/db/dbMsSQL.py

Log:
added beginTransaction method.  Should have been there all along.

Diff:
Modified: trunk/dabo/db/dbMsSQL.py
===================================================================
--- trunk/dabo/db/dbMsSQL.py    2008-05-22 02:10:01 UTC (rev 4090)
+++ trunk/dabo/db/dbMsSQL.py    2008-05-22 05:37:47 UTC (rev 4091)
@@ -231,3 +231,6 @@
                crs = cursor.AuxCursor
                crs.execute("select @@IDENTITY as newid")
                return crs.getFieldVal("newid")
+       
+       def beginTransaction(self, cursor):
+               pass




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to