Changeset 3374
- Timestamp:
- 09/15/07 14:22:10 (1 year ago)
- Files:
-
- trunk/dabo/db/dCursorMixin.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/db/dCursorMixin.py
r3372 r3374 365 365 a new call to set the structure. Non-select statements likewise will return False. 366 366 """ 367 if self._isAuxiliary: 368 return False 367 369 if sql == self.__lastExecute: 368 370 return False
