[ZODB-Dev] Re: [Zope-CMF] Read-only FileStorage and CMF

Jeremy Hylton jeremy@zope.com
04 Mar 2003 15:58:02 -0500


On Tue, 2003-03-04 at 13:59, Dieter Maurer wrote:
> Jeremy Hylton wrote at 2003-3-4 10:31 -0500:
>  > ....
>  > The storage exports an isReadOnly() predicate.  We should probably
>  > thread that through to either the database or the connection.  Which
>  > would be more convenient for a Zope application?
> 
> For me the connection seems more natural.

I guess I would prefer to see it on the connection, too.  I'm not very
happy with the methods other than open() and close() that existing on
the database object.

Jeremy