Changeset 3327

Show
Ignore:
Timestamp:
08/23/07 09:32:50 (1 year ago)
Author:
ed
Message:

This fixes a bug in which the new _cursor property of dBackend classes could be changed to point to the AuxCursor? instead of the primary cursor.

Files:

Legend:

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

    r3323 r3327  
    20572057    def _setBackendObject(self, obj): 
    20582058        self.__backend = obj 
    2059         if obj
     2059        if obj and obj._cursor is None
    20602060            obj._cursor = self 
    20612061        if self.__auxCursor: