aboutsummaryrefslogtreecommitdiff
path: root/error.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Error refactoring.Ben Johnson2014-03-241-71/+0
| | | | Fixed up a few error issues and refactored out the Error type.
* Add ErrTxClosed error.Ben Johnson2014-03-231-0/+4
| | | | | | | | Commit/Rollback and mutable calls on Tx and Bucket now return ErrTxClosed if the transaction has already been committed or rolled back. Non-mutable calls have added an assertion to check if the transaction is closed which will cause a panic. I don't want to introduce an error return for accessor methods that are being used improperly so I think the panic is appropriate.
* Consolidate Tx and RWTx.Ben Johnson2014-03-081-1/+5
|
* Refactor Bucket.Ben Johnson2014-02-231-0/+4
|
* Revert "Refactor Transaction/Bucket API."Ben Johnson2014-02-221-4/+0
| | | | This reverts commit 1ad2b99f281d587b767b36f886401e81d17915a9.
* Refactor Transaction/Bucket API.Ben Johnson2014-02-211-0/+4
|
* Check for sequence overflow.Ben Johnson2014-02-201-0/+4
|
* Rename errors.Ben Johnson2014-02-161-22/+22
|
* API Documentation.Ben Johnson2014-02-131-7/+39
|
* Clean up API.Ben Johnson2014-01-311-0/+10
|
* TODOBen Johnson2014-01-241-21/+0
|
* Initial db.open.Ben Johnson2014-01-111-19/+23
|
* Basic types.Ben Johnson2014-01-081-0/+30