1. 13 Dec, 2002 9 commits
  2. 12 Dec, 2002 16 commits
  3. 10 Dec, 2002 8 commits
  4. 09 Dec, 2002 3 commits
  5. 06 Dec, 2002 4 commits
    • Jeremy Hylton's avatar
      Fix subtle bug in restore(). · e1495ce5
      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.
      e1495ce5
    • Barry Warsaw's avatar
      Port a name error fix from ZODB4. · 0f44df2f
      Barry Warsaw authored
      0f44df2f
    • Barry Warsaw's avatar
      Ported from ZODB4 · 81f331c7
      Barry Warsaw authored
      checkTransactionExtensionFromIterator(): New test which BDBFullStorage
      was failing because it wasn't unpickling the transaction extension
      data.
      81f331c7
    • Barry Warsaw's avatar
      Style · 2792eff8
      Barry Warsaw authored
      2792eff8