• Barry Warsaw's avatar
    _doabort(): Instead of try/except, only zap the currentVersions entry · abfa73a9
    Barry Warsaw authored
    when vid <> ZERO.  Also, rename a local variable.
    
    _dotxnundo(): Fix insertion of information into the currentVersions
    table.  Key should be vid and value should be revid.
    
    _collect_objs(): It's possible the vid,revid pair has already been
    deleted so catch DBNotFoundErrors.
    
    These seem to fix the last of the BDBFull test failures.
    abfa73a9
BDBFullStorage.py 81.5 KB