• Barry Warsaw's avatar
    transactionalUndo(): When we're undoing the last revision of an · 308932a3
    Barry Warsaw authored
    object, don't rely on its prevrevid pointing to the previous metadata
    record.  That's because if the last revision was an undo record, it
    will have a prevrevid pointing to the revision previous to the undone
    one (phew! :).  Instead, use a cursor to find the previous metadata
    record to restore.
    
    supportsTransactionalUndo(): Added.
    308932a3
BDBFullStorage.py 44.7 KB