dabo Commit
Revision 3321
Date: 2007-08-22 10:02:01 -0700 (Wed, 22 Aug 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/3321
Changed:
U trunk/dabo/db/dCursorMixin.py
Log:
Fixed my most recent problem with starting up my app after the recent changes:
_userSQL was getting set to "" instead of None, which changed the logic.
Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py 2007-08-22 01:31:38 UTC (rev 3320)
+++ trunk/dabo/db/dCursorMixin.py 2007-08-22 17:02:01 UTC (rev 3321)
@@ -87,7 +87,7 @@
self._dataStructure = None
self._table = ""
self._keyField = ""
- self._userSQL = ""
+ self._userSQL = None
self._virtualFields = {}
self._autoPopulatePK = True
_______________________________________________
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]