dabo Commit
Revision 2983
Date: 2007-03-25 16:20:12 -0700 (Sun, 25 Mar 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/2983
Changed:
U trunk/dabo/db/dCursorMixin.py
Log:
Fixed minor bug I introduced yesterday.
Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py 2007-03-25 21:00:01 UTC (rev 2982)
+++ trunk/dabo/db/dCursorMixin.py 2007-03-25 23:20:12 UTC (rev 2983)
@@ -813,7 +813,7 @@
elif val is None or fldType is type(None):
# Any field type can potentially hold
None values (NULL). Ignore these.
ignore = True
- elif isinstance(val,
dNoEscQuoteStr.dNoEscQuoteStr):
+ elif isinstance(val, dNoEscQuoteStr):
# Sometimes you want to set it to a sql
function, equation, ect.
ignore = True
elif fld in self.getNonUpdateFields():
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev