dabo Commit
Revision 6891
Date: 2011-10-11 15:00:16 -0700 (Tue, 11 Oct 2011)
Author: Paul
Trac: http://trac.dabodev.com/changeset/6891

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

Log:
Removed redundant processFields() call.


Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py       2011-10-11 19:38:05 UTC (rev 6890)
+++ trunk/dabo/db/dCursorMixin.py       2011-10-11 22:00:16 UTC (rev 6891)
@@ -320,7 +320,6 @@
                # detect that, and convert the results to a dictionary.
                if isinstance(sql, unicode):
                        sql = sql.encode(self.Encoding)
-               sql = self.processFields(sql)
                if convertQMarks:
                        sql = self._qMarkToParamPlaceholder(sql)
                # Some backends, notably Firebird, require that fields be 
specially marked.



_______________________________________________
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