• Jim Fulton's avatar
    Bug Fixed · 83b09636
    Jim Fulton authored
      When a transaction rolled back a savepoint after adding objects and
      subsequently added more objects and committed, an error could be
      raised "ValueError: A different object already has the same oid"
      causing the transaction to fail. Worse, this could leave a database
      in a state where subsequent transactions in the same process would
      fail.
    
    https://bugs.launchpad.net/zodb/+bug/665452
    83b09636
To find the state of this project's repository at the time of any of these versions, check out the tags.
CHANGES.txt 9.62 KB