1. 13 Dec, 2002 6 commits
  2. 12 Dec, 2002 16 commits
  3. 10 Dec, 2002 8 commits
  4. 09 Dec, 2002 3 commits
  5. 06 Dec, 2002 7 commits
    • Jeremy Hylton's avatar
      Fix subtle bug in restore(). · 0ce17b49
      Jeremy Hylton authored
      The _txn_find() must not stop at the pack boundary when it is called
      by restore().  It was originally written for _txn_undo() which isn't
      supposed to undo to a transaction across a pack.  But it should be
      legal to restore() a transaction with a reference to a data record in
      a transaction that was packed.
      
      Fix by adding stop_at_pack flag to _txn_find() and add tests of this
      behavior for FileStorage.
      0ce17b49
    • Barry Warsaw's avatar
      Port a name error fix from ZODB4. · ff316ee1
      Barry Warsaw authored
      ff316ee1
    • Barry Warsaw's avatar
      Ported from ZODB4 · afe3b1bd
      Barry Warsaw authored
      checkTransactionExtensionFromIterator(): New test which BDBFullStorage
      was failing because it wasn't unpickling the transaction extension
      data.
      afe3b1bd
    • Barry Warsaw's avatar
      Style · 83e3bf2b
      Barry Warsaw authored
      83e3bf2b
    • Jeremy Hylton's avatar
      Enable BTrees-based fsIndex. · 6613dbfb
      Jeremy Hylton authored
      Oops.  The code for BTrees-based indexing was done on a branch, which
      was later merged into another branch, which was later merged to the
      trunk.  Somewhere along the way the change that actually enabled the
      new index was lost.
      6613dbfb
    • Jeremy Hylton's avatar
      253278a0
    • Jeremy Hylton's avatar
      Fix name error. · c0915ed1
      Jeremy Hylton authored
      c0915ed1