[ZODB-Dev] ZODB Blob Question

2008-10-14 Thread Alan Runyan
Hi guys. At the plone sprint we started reviewing some code that uses Blob. The code that we reviewed is working in production although I wanted to be clear about the expected usage of Blob. ZODB/tests/blob_consume.txt says that you *must* close a file before calling consumeFile(). It seems the

Re: [ZODB-Dev] ZODB Blob Question

2008-10-14 Thread Christian Theune
On Tue, 2008-10-14 at 10:09 -0500, Alan Runyan wrote: > Hi guys. > > At the plone sprint we started reviewing some code that uses Blob. > The code that we reviewed is working in production although I wanted > to be clear about the expected usage of Blob. > > ZODB/tests/blob_consume.txt > > says

Re: [ZODB-Dev] ZODB Blob Question

2009-06-03 Thread Christian Theune
Hi, Just found this in my inbox. On Wed, 2008-10-15 at 12:18 +0200, Andreas Zeidler wrote: > On Oct 14, 2008, at 5:43 PM, Christian Theune wrote: > > On Tue, 2008-10-14 at 10:09 -0500, Alan Runyan wrote: > >> Why must the file be closed before calling consumeFile? > >> > >> And would you go as fa