[ZODB-Dev] ZODB 3.10.1 released

Jim Fulton jim at zope.com
Wed Oct 27 16:50:23 EDT 2010


I just released ZODB 3.10.1:

  http://pypi.python.org/pypi/ZODB3/3.10.1

It has some important bug fixes:

  http://pypi.python.org/pypi/ZODB3/3.10.1#bugs-fixed

In particular:

  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

The good news about this bug is that it wouldn't lead to bad data
being stored in the database, but could lead to a client process
needing to be restarted.

Also note that this release doesn't include warnings about puting keys
in BTrees with bad comparison support.

Jim

--
Jim Fulton


More information about the ZODB-Dev mailing list