dabo Commit
Revision 5913
Date: 2010-07-10 07:31:12 -0700 (Sat, 10 Jul 2010)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5913

Changed:
U   trunk/dabo/db/dCursorMixin.py

Log:
Fixed a typo in my last change.


Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py       2010-07-10 13:27:18 UTC (rev 5912)
+++ trunk/dabo/db/dCursorMixin.py       2010-07-10 14:31:12 UTC (rev 5913)
@@ -1996,7 +1996,7 @@
                        elif isinstance(pkVal, (datetime.date, 
datetime.datetime)):
                                ret.extend([tblPrefix, fldSafe, "=", 
self.formatDateTime(pkVal), " "])
                        else:
-                               ret.extend(tblPrefix, fldSafe, "=", 
ustr(pkVal), " "])
+                               ret.extend([tblPrefix, fldSafe, "=", 
ustr(pkVal), " "])
                return "".join(ret)
 
 



_______________________________________________
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