26 Jul
2005
26 Jul
'05
5:24 p.m.
aurelcalonne@free.fr wrote at 2005-7-26 11:40 +0200:
I'm currently hacking the ZODB, and I've found that the close() method in DB.py which call close() on FileStorage is never called. Is this a bug ?
Yes, looks like a bug.... As a consequence, the index file of "ZODB.FileStorage.FileStorage"'s is not rebuilt. Please file a bug report. The attached patch solves the problem. -- Dieter