[ZODB-Dev] Storage API change: Checking for reading out-of-date data

Jim Fulton jim at zope.com
Tue Aug 31 10:24:12 EDT 2010


On Mon, Aug 30, 2010 at 5:36 PM, Jim Fulton <jim at zope.com> wrote:
...
> This is a fairly serious problem.  It's serious enough that I'm, going
> to add some APIs in ZODB 3.10 to deal with it.  One of these is:
>
>  class ReadVerifyingStorage(IStorage):
>
>      def checkCurrentSerialInTransaction(oid, serial):

Oops. That should have been:

       def checkCurrentSerialInTransaction(oid, serial, transaction):

Jim

-- 
Jim Fulton


More information about the ZODB-Dev mailing list