aboutsummaryrefslogtreecommitdiff
path: root/transaction_test.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-265/+0
|
* Rename Transaction to Tx.Ben Johnson2014-03-081-27/+27
| | | | | I changed the Transaction/RWTransaction types to Tx/RWTx, respectively. This makes the naming more consistent with other packages such as database/sql. The txnid is changed to txid as well.
* Add benchmarks.Ben Johnson2014-03-041-0/+35
|
* Refactor Bucket.Ben Johnson2014-02-231-26/+10
|
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-298/+38
| | | | This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9.
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-38/+298
|
* Bidirectional cursors.Ben Johnson2014-02-201-0/+72
|
* Rename errors.Ben Johnson2014-02-161-1/+1
|
* Improve test coverage.Ben Johnson2014-02-151-1/+11
|
* API Documentation.Ben Johnson2014-02-131-5/+11
|
* Cursor iteration.Ben Johnson2014-02-111-0/+123
|
* Add freelist.Ben Johnson2014-02-101-1/+6
|
* Fix quick tests.Ben Johnson2014-02-051-0/+30
|
* Fix leaf/branch deserialization.Ben Johnson2014-01-301-15/+0
|
* Clean up test suite.Ben Johnson2014-01-281-15/+2
|
* lpageBen Johnson2014-01-271-18/+7
|
* Refactoring to RWCursor, RWTxn, and branch/leaf nodes and pages.Ben Johnson2014-01-171-10/+27
|
* Add system buckets.Ben Johnson2014-01-141-0/+22