Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move code to src/ and tests/ | EuAndreh | 2024-10-25 | 1 | -71/+0 |
| | |||||
* | add additional meta page tests | Ben Johnson | 2016-04-24 | 1 | -1/+2 |
| | |||||
* | open read-only databases in read-only mode | sasha-s | 2015-05-14 | 1 | -0/+4 |
| | |||||
* | Remove ErrFreelistOverflow error. | Ben Johnson | 2014-07-10 | 1 | -4/+0 |
| | |||||
* | Add DefaultOptions variable. | Ben Johnson | 2014-06-22 | 1 | -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. |