dabo Commit
Revision 1379
Date: 2005-09-25 23:28:42 -0700 (Sun, 25 Sep 2005)
Author: paul
Changed:
U trunk/dabo/db/dConnection.py
Log:
Fixed the getDaboCursor() method to properly access the BackendObject property
of the cursor.
Diff:
Modified: trunk/dabo/db/dConnection.py
===================================================================
--- trunk/dabo/db/dConnection.py 2005-09-26 02:40:58 UTC (rev 1378)
+++ trunk/dabo/db/dConnection.py 2005-09-26 06:28:42 UTC (rev 1379)
@@ -47,7 +47,7 @@
bo = self.getBackendObject()
crs = bo.getCursor(DaboCursor)
- crs.setBackendObject(bo)
+ crs.BackendObject = bo
return crs
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev