[ZODB-Dev] Problem with Bsddb3Storage.copyTransactionsFrom

Jeremy Hylton jeremy@zope.com
Fri, 2 Nov 2001 13:48:45 -0500 (EST)


I think we should support None.  Take a look at line 157 of
ZODB/DB.py.  It's the transaction that creates the root object in an
empty storage.  It uses None.

Jeremy