smitajit biswal

Results 1 comments of smitajit biswal

After c.Delete() the cursor automatically moves to next item. after that c.Next() moves to further one item. Changing to c.First() should fix your testcase. ``` c = b.Cursor() for k,...