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 that you

[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