| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | skip empty pages during cursor seek•••This commit fixes an issue where keys are skipped by cursors after deletions occur in a bucket. This occurred because the cursor seeks to the leaf page but does not check if it is empty. Fixes #429, #450 | Luke Champine | 2015-11-05 | 1 | -0/+43 |
| * | Add cursor examples. | Ben Johnson | 2014-08-16 | 1 | -0/+79 |
| * | Remove testify. | Ben Johnson | 2014-07-26 | 1 | -72/+71 |
| * | Move tests to a test package. | Ben Johnson | 2014-07-26 | 1 | -21/+22 |
| * | Remove wrapping test closures. | Ben Johnson | 2014-07-26 | 1 | -294/+306 |
| * | add Cursor.Delete() | Martin Kobetic | 2014-06-11 | 1 | -0/+40 |
| * | Add seek forward test. | Ben Johnson | 2014-06-09 | 1 | -0/+52 |
| * | Merge pull request #134 from Shopify/c_cursor•••C cursor | Ben Johnson | 2014-04-21 | 1 | -5/+5 |
| |\ | |||||
| | * | Add Cursor.Next() to C cursor. | Ben Johnson | 2014-04-16 | 1 | -5/+5 |
| * | | Add Cursor.Bucket() function.•••This commit adds an accessor to the Cursor type to retrieve the Bucket that it was created from. | Ben Johnson | 2014-04-16 | 1 | -0/+12 |
| |/ | |||||
| * | Return bucket from CreateBucket() functions.•••This commit changes the API for: Tx.CreateBucket() Tx.CreateBucketIfNotExists() Bucket.CreateBucket() Bucket.CreateBucketIfNotExists() These functions now return the *Bucket and error instead of just the error. | Ben Johnson | 2014-04-15 | 1 | -15/+24 |
| * | Add nested buckets.•••This commit adds the ability to create buckets inside of other buckets. It also replaces the buckets page with a root bucket. Fixes #56. | Ben Johnson | 2014-04-11 | 1 | -0/+307 |
