On Fri, Sep 24, 2010 at 04:14:34PM +0200, César Muñoz wrote:
> I see...
> That explains the issue, after implementing the __cmp__ method everything is
> now working perfectly.

Just note that if you have any valuable preexisting data, it may have
been stored incorrectly, using the old default __cmp__ implementation.
Dump it using items() and add it one-by-one to an empty OOTreeSet to
recover.

Marius Gedminas
-- 
Anybody who doesn't cut his speed at the sight of a police car is
probably parked.

Attachment: signature.asc
Description: Digital signature

_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

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

Reply via email to