I fixed most of the errors thi smorning. There are 1 failure and 1 error remaining, dur to some wrongly handled cursors when we are browsing tuples from an index.
Basically, when we use something like the forwardGreaterOrEq method on an index, it goes though the <key, value> tuples. Well, it's supposed to do so, but right now, it does not do that. The reason is that we don't "see" the values when we hae duplicates. We also have another issue : we dont have any method to position into the index (especially when we have a <key, value> and duplicates value). I still have to see if the semantic is correct. More to come. Le 11/1/13 3:33 PM, Emmanuel Lécharny a écrit : > Hi, > > just a quick heads up on those failurres. > > First, I ran the full tests yesteday, with this module being commented, > and everything went fine. > Second, I still have some failing tests in this module, mainly because > of the way I handle the cursors when we have duplicate values. I have > already fixed some of them, some more fixes are needed. It will be done > tgis week-end. > > thanks for your patience ! > -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
