Hi,

the interface IStorageIteration says:

class IStorageIteration(Interface):
    """API for iterating over the contents of a storage

    Note that this is a future API.  Some storages now provide an
    approximation of this.

    """

    [...]

ZODB.FileStorage.FileStorage is the only class in the current ZODB code that implements this.

Also, this code isn't ZEO-compatible (apart from the fact that ClientStorage doesn't implement the interface).

Are there any plans to complete this feature? We'd like to be able to iterate over transactions and their records through ZEO and we'd be happy to contribute (in the next days) so this works.

Christian

--
gocept gmbh & co. kg - forsterstrasse 29 - 06112 halle (saale) - germany
www.gocept.com - [EMAIL PROTECTED] - phone +49 345 122 9889 7 -
fax +49 345 122 9889 1 - zope and plone consulting and development
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to