Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build with "go tool" and hackishly bundle code from same package into one ↵ | EuAndreh | 2024-08-12 | 1 | -150/+0 |
| | | | | file each | ||||
* | change angle bracket import to quotes (#868) | Hanzhen Yi | 2021-10-26 | 1 | -1/+1 |
| | |||||
* | add SystemErrno to Error (#740) | rittneje | 2019-12-17 | 1 | -2/+17 |
| | | | | | | | | * adding SystemErrno to Error, and fixing error logic when open fails * fix for old versions of libsqlite3 that do not have sqlite3_system_errno defined * fixing pre-processor logic | ||||
* | Add build constraints for non cgo | Yasuhiro Matsumoto | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | fix breaking compatibility. | Yasuhiro Matsumoto | 2017-03-21 | 1 | -4/+3 |
| | | | | | | revert cf4bd560f1588d96c502b4c3407fe1a10cef4a28 close #394 | ||||
* | fix build | Yasuhiro Matsumoto | 2017-03-20 | 1 | -2/+2 |
| | |||||
* | fix build | Yasuhiro Matsumoto | 2017-03-20 | 1 | -1/+1 |
| | |||||
* | go vet && golint | Yasuhiro Matsumoto | 2016-11-05 | 1 | -1/+8 |
| | |||||
* | go vet && golint | Yasuhiro Matsumoto | 2016-11-05 | 1 | -0/+1 |
| | |||||
* | Add one blank line for godoc | mattn | 2014-08-18 | 1 | -0/+1 |
| | |||||
* | Add license header | mattn | 2014-08-18 | 1 | -0/+4 |
| | |||||
* | Fix ErrNoticeRecoverWAL variable name. | Christoph Martin | 2014-04-01 | 1 | -1/+1 |
| | |||||
* | Enable extended error codes. | Christoph Martin | 2014-04-01 | 1 | -30/+99 |
| | |||||
* | Remove compiler error | Eric L. Frederich | 2013-11-30 | 1 | -2/+1 |
| | | | | I got an error "function ends without a return statement" on go1.0.2 | ||||
* | Provide more detailed error messages | Robert Knight | 2013-11-19 | 1 | -1/+15 |
| | | | | | | | | | Use the sqlite3_errmsg() API to retrieve more specific error messages. eg. Attempting to exec 'CREATE TABLE ExistingTableName (...)' will now report 'table already exists: ExistingTableName' rather than 'SQL logic error or missing database' | ||||
* | Start work on introducing machine-readable error codes. | Jochen Voss | 2013-08-30 | 1 | -0/+41 |
| | | | | | | This commit introduces a new type 'ErrNo', implementing the error interface. Constants for all sqlite3 error codes are provided in the new source file "error.go". | ||||
* | Rervert ff8e6729ce0628c3da97bd8e85c636f3645c2516 | mattn | 2013-08-14 | 1 | -41/+0 |
| | |||||
* | Start work on introducing machine-readable error codes. | Jochen Voss | 2013-08-13 | 1 | -0/+41 |
This commit introduces a new type 'ErrNo', implementing the error interface. Constants for all sqlite3 error codes are provided in the new source file "error.go". |