1. 17 Sep, 2004 2 commits
    • Tim Peters's avatar
      Merge rev 27557 from 3.3 branch. · 75f7ad02
      Tim Peters authored
      New test checkReadConflictErrorClearedDuringAbort().
      
      This confirms that 3.3 didn't have the 3.2.4c1 bug wherein
      an explict transaction abort() failed to clear Connections'
      memory of ReadConflictErrors.
      75f7ad02
    • Tim Peters's avatar
      New test checkReadConflictErrorClearedDuringAbort(). · ee6ca8ce
      Tim Peters authored
      This confirms that 3.3 didn't have the 3.2.4c1 bug wherein
      an explict transaction abort() failed to clear Connections'
      memory of ReadConflictErrors.
      ee6ca8ce
  2. 14 Sep, 2004 9 commits
  3. 10 Sep, 2004 4 commits
  4. 09 Sep, 2004 2 commits
  5. 04 Sep, 2004 3 commits
  6. 31 Aug, 2004 5 commits
  7. 27 Aug, 2004 2 commits
  8. 26 Aug, 2004 2 commits
    • Tim Peters's avatar
      Merge rev 27279 from 3.3 branch. · a1c7a05f
      Tim Peters authored
      Transaction.begin() didn't do anything.
      
      begin() is supposed to abort the current transaction, but
      Transaction.begin() did not.  Calling begin() on a transaction
      *manager* worked fine, and is the intended way to do a begin()
      in 3.3.  But calling begin() on a Transaction object is still
      very easy to do (e.g., the older get_transaction().begin()
      spelling still works), and shouldn't be a subtle disaster.
      a1c7a05f
    • Tim Peters's avatar
      Transaction.begin() didn't do anything. · b4731cf6
      Tim Peters authored
      begin() is supposed to abort the current transaction, but
      Transaction.begin() did not.  Calling begin() on a transaction
      *manager* worked fine, and is the intended way to do a begin()
      in 3.3.  But calling begin() on a Transaction object is still
      very easy to do (e.g., the older get_transaction().begin()
      spelling still works), and shouldn't be a subtle disaster.
      b4731cf6
  9. 25 Aug, 2004 3 commits
  10. 23 Aug, 2004 3 commits
  11. 21 Aug, 2004 3 commits
  12. 20 Aug, 2004 1 commit
  13. 19 Aug, 2004 1 commit
    • Tim Peters's avatar
      Merge rev 27186 from trunk. · 40d192d9
      Tim Peters authored
      FileIterator.next():  the code for reading the user, description,
      and extension fields from a transaction was fatally confused,
      usually reading them out of the object pickle by mistake.  This
      caused several tools to display binary gibberish.
      40d192d9