aboutsummaryrefslogtreecommitdiff
path: root/cursor_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-817/+0
* test suite refactoringBen Johnson2016-01-021-222/+485
* skip empty pages during cursor seekLuke Champine2015-11-051-0/+43
* Add cursor examples.Ben Johnson2014-08-161-0/+79
* Remove testify.Ben Johnson2014-07-261-72/+71
* Move tests to a test package.Ben Johnson2014-07-261-21/+22
* Remove wrapping test closures.Ben Johnson2014-07-261-310/+322
* add Cursor.Delete()Martin Kobetic2014-06-111-0/+40
* Add seek forward test.Ben Johnson2014-06-091-0/+52
* Merge pull request #134 from Shopify/c_cursorBen Johnson2014-04-211-5/+5
|\
| * Add Cursor.Next() to C cursor.Ben Johnson2014-04-161-5/+5
* | Add Cursor.Bucket() function.Ben Johnson2014-04-161-0/+12
|/
* Return bucket from CreateBucket() functions.Ben Johnson2014-04-151-15/+24
* Add nested buckets.Ben Johnson2014-04-111-0/+307