aboutsummaryrefslogtreecommitdiff
path: root/errors.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move code to src/ and tests/EuAndreh2024-10-251-71/+0
|
* add additional meta page testsBen Johnson2016-04-241-1/+2
|
* open read-only databases in read-only modesasha-s2015-05-141-0/+4
|
* Remove ErrFreelistOverflow error.Ben Johnson2014-07-101-4/+0
|
* Add DefaultOptions variable.Ben Johnson2014-06-221-0/+70
This commit adds an explicit DefaultOptions variable for additional documentation. Open() can still be passed a nil options which will cause options to be change to the DefaultOptions variable. This change also allows options to be set globally for an application if more than one database is being opened in a process. This commit also moves all errors to errors.go so that the godoc groups them together.