1. 07 Nov, 2002 2 commits
  2. 05 Nov, 2002 7 commits
  3. 04 Nov, 2002 4 commits
  4. 01 Nov, 2002 2 commits
  5. 31 Oct, 2002 2 commits
  6. 30 Oct, 2002 8 commits
  7. 24 Oct, 2002 5 commits
  8. 23 Oct, 2002 3 commits
  9. 22 Oct, 2002 1 commit
  10. 21 Oct, 2002 2 commits
  11. 20 Oct, 2002 1 commit
  12. 19 Oct, 2002 2 commits
  13. 18 Oct, 2002 1 commit
    • Jeremy Hylton's avatar
      Extend iterator() to include hint about backpointers. · 2b0c9aa4
      Jeremy Hylton authored
      The Record() object now has a data_txn attribute that is either None
      or the id of the transaction that contains the data used by the
      current record.  Example: When transactionalUndo() modifies an object,
      it typical creates a new data record that points at the transaction
      before the undo.  The new record contains the same logical data as the
      record it refers to.  (For consistency purposes, this is a stronger
      claim than that the pickles in two different data records are the
      same.)
      
      Add a test of the new iterator() feature in TransactionalUndoStorage.
      2b0c9aa4