[ZODB-Dev] OOBTree problem
Chris Withers
chrisw@nipltd.com
Fri, 7 Sep 2001 08:06:15 +0100
> Basically the BTree does not always find values in a range when the
> data is not sequential.
...yeah, I've often wondered about this myself w.r.t. sorting in ZCatalog
and doing ranges in a FieldIndex where the data isn't 'ordered'.
Where's the bit of the code that does the equivalent of a cmp?
cheers,
Chris
PS: I suppose there's an outside chance this could be related to the
.values() bug that was fixed a couple of days ago?