dabo Commit
Revision 7004
Date: 2011-12-03 16:00:20 -0800 (Sat, 03 Dec 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/7004

Changed:
U   trunk/dabo/biz/dBizobj.py

Log:
Fix issues that comes with r7000 by making dCursorMixin.sqlManager assignment 
conditional.

Diff:
Modified: trunk/dabo/biz/dBizobj.py
===================================================================
--- trunk/dabo/biz/dBizobj.py   2011-12-02 16:28:03 UTC (rev 7003)
+++ trunk/dabo/biz/dBizobj.py   2011-12-04 00:00:20 UTC (rev 7004)
@@ -215,6 +215,7 @@
                crs.setCursorFactory(cf.getCursor, cursorClass)
                if addToCursorCollection:
                        self.__cursors[key] = crs
+                       crs.sqlManager = self.SqlManager
                if _dataStructure is not None:
                        crs._dataStructure = _dataStructure
                crs.BackendObject = cf.getBackendObject()



_______________________________________________
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