dabo Commit
Revision 3376
Date: 2007-09-17 11:06:22 -0700 (Mon, 17 Sep 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3376
Changed:
U trunk/dabo/biz/dBizobj.py
Log:
Changed the getTempCursor() call to return a true AuxCursor.
Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py 2007-09-15 21:23:02 UTC (rev 3375)
+++ trunk/dabo/biz/dBizobj.py 2007-09-17 18:06:22 UTC (rev 3376)
@@ -119,7 +119,7 @@
cf = self._cursorFactory
cursorClass = self._getCursorClass(self.dCursorMixinClass,
self.dbapiCursorClass)
- crs = cf.getCursor(cursorClass)
+ crs = cf.getCursor(cursorClass).AuxCursor
crs.BackendObject = cf.getBackendObject()
crs.setCursorFactory(cf.getCursor, cursorClass)
return crs
_______________________________________________
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]