[ZODB-Dev] Re: [Zope-Checkins] CVS: ZODB3/ZODB/FileStorage - fspack.py:1.3

Toby Dickenson tdickenson at geminidataloggers.com
Mon Jan 19 03:18:49 EST 2004


> +            raise FileStorageError(
> +                "The database has already been packed to a later time"
> +                " or no changes have been made since the last pack")

In the past Ive found it counterproductive for applications to have to deal 
with this exception.

If we want to leave FileStorage raising an exception in this case, perhaps 
DB.pack could catch and swallow a RedundantPackError?


-- 
Toby Dickenson




More information about the ZODB-Dev mailing list