dabo Commit
Revision 3374
Date: 2007-09-15 14:22:10 -0700 (Sat, 15 Sep 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3374

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

Log:
Removed infinite loop for dbPostgreSQL backend.


Diff:
Modified: trunk/dabo/db/dCursorMixin.py
===================================================================
--- trunk/dabo/db/dCursorMixin.py       2007-09-15 19:08:01 UTC (rev 3373)
+++ trunk/dabo/db/dCursorMixin.py       2007-09-15 21:22:10 UTC (rev 3374)
@@ -364,6 +364,8 @@
                """Attempts to parse the SQL to determine if the fields being 
selected will require
                a new call to set the structure. Non-select statements likewise 
will return False.
                """
+               if self._isAuxiliary:
+                       return False
                if sql == self.__lastExecute:
                        return False
                # See if it's a select statement




_______________________________________________
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]

Reply via email to