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
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to