dabo Commit
Revision 3382
Date: 2007-09-17 16:33:20 -0700 (Mon, 17 Sep 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3382

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

Log:
Changed the getDaboCursor() to return an AuxCursor.


Diff:
Modified: trunk/dabo/db/dConnection.py
===================================================================
--- trunk/dabo/db/dConnection.py        2007-09-17 19:12:01 UTC (rev 3381)
+++ trunk/dabo/db/dConnection.py        2007-09-17 23:33:20 UTC (rev 3382)
@@ -65,7 +65,9 @@
                bo = self.getBackendObject()
                crs = bo.getCursor(DaboCursor)
                crs.BackendObject = bo
-               return crs
+               # Return the AuxCursor, as it skips some of the unnecessary
+               # configuration and housekeeping
+               return crs.AuxCursor
 
 
        def _openConnection(self, **kwargs):




_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]

Reply via email to