Changeset 3374

Show
Ignore:
Timestamp:
09/15/07 14:22:10 (1 year ago)
Author:
ed
Message:

Removed infinite loop for dbPostgreSQL backend.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/db/dCursorMixin.py

    r3372 r3374  
    365365        a new call to set the structure. Non-select statements likewise will return False. 
    366366        """ 
     367        if self._isAuxiliary: 
     368            return False 
    367369        if sql == self.__lastExecute: 
    368370            return False