[ZODB-Dev] Where to report bugs
Hannu Krosing
hannu@tm.ee
Wed, 22 Aug 2001 19:21:16 +0500
Where should I report bugs found in Zope Storages?
I have recently started a trial implementation of PostgreSQLStorage
and as I initially started from DemoStorage, I have found two buglets.
1. As 1 > None is no longer true in Python 2.1, one can't use None
as default value for Quota
2. Changes in DemoStorage are not Undoable - I have not yet started
to investigate why, but as it has def supportsUndo(self): return 1
I had assumed it shoul indeed support Undo.
BTW, that function is never called during normal operations, at least
that is what my added logging functions showed me.
----------------
Hannu