[Zope3-dev] ZODB with Blob support

Luis De la Parra lparrab at gmx.net
Fri Jul 21 18:33:26 EDT 2006


Hello,

has anyone tried the zodb with blob support in zope3 ?
I just was wondering if there are any plans to support it in the (near)
future.

Today I changed the externals in my checkout to point to the blob-branch and
replaced the stringio in zope.file with a blob object, and it really
(almost) worked out of the box. The only things I had to do was to add some
removeSecurityProxys in the upload/download views because I couldn't figure
out how to make security declarations on the blob/file object, and replace
the "size" attribute with a property to get the size from the blob object.

the only thing that is still not working right now, is that deleting file
objects in the zodb leaves the files in the blob directory lying around,
and packing the database doesnt remove them either..

regards.
luis




More information about the Zope3-dev mailing list