[Zope-Checkins] CVS: Zope2 - FileStorage.py:1.41

Jim Fulton jim@digicool.com
Thu, 29 Jun 2000 10:10:13 -0400


Update of /cvs-repository/Zope2/lib/python/ZODB
In directory korak.digicool.com:/projects/users/jim/Zope2/lib/python/ZODB

Modified Files:
	FileStorage.py 
Log Message:
Added a check to pack to make sure we never pack to a time earlier
than the (timestamp of the first record written after the) last pack.
Packing to a time earlier than the last pack can cause serious data
lossage.