[Zope-Checkins] CVS: Zope2 - FileStorage.py:1.30.4.2
Jim Fulton
jim@digicool.com
Thu, 20 Jan 2000 19:14:15 -0500
Update of /cvs-repository/Zope2/lib/python/ZODB
In directory korak.digicool.com:/tmp/cvs-serv18864
Modified Files:
Tag: Zope-2_1_0
FileStorage.py
Log Message:
Fixed a bug in the packing code that has an effect when:
- someone did work in a version
- Someone did an (unrelated) undo
- the version was committed
and the database was packed to a time before the work was done
in the version.
Fixed a bug that caused packing to raise an
error in the following situation:
- someone modifies and then deletes an object
in a version.
- they commit the version
- the database is packed between the time the
object is deleted and the time the version
is committed.