aboutsummaryrefslogtreecommitdiff
path: root/quick_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-87/+0
|
* Ensure that keys generated by testing/quick are uniqueJosh Bleecher Snyder2016-12-281-1/+9
| | | | | | | | Quick seed 21691 used to generate duplicate keys, which caused some Puts of values to overwrite other values, causing spurious test failures. Fixes #629.
* Move tests to a test package.Ben Johnson2014-07-261-3/+5
|
* Minor refactor.Ben Johnson2014-02-281-0/+1
|
* Bidirectional cursors.Ben Johnson2014-02-201-0/+6
|
* Cursor iteration.Ben Johnson2014-02-111-0/+5
|
* Fix multi-put transaction.Ben Johnson2014-02-061-45/+8
|
* Fix quick tests.Ben Johnson2014-02-051-22/+59
|
* Add RWTransaction.Put().Ben Johnson2014-02-011-0/+65