aboutsummaryrefslogtreecommitdiff
path: root/error.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix breaking compatibility.•••revert cf4bd560f1588d96c502b4c3407fe1a10cef4a28 close #394 Yasuhiro Matsumoto2017-03-211-4/+3
* fix buildYasuhiro Matsumoto2017-03-201-2/+2
* fix buildYasuhiro Matsumoto2017-03-201-1/+1
* go vet && golintYasuhiro Matsumoto2016-11-051-1/+8
* go vet && golintYasuhiro Matsumoto2016-11-051-0/+1
* Add one blank line for godocmattn2014-08-181-0/+1
* Add license headermattn2014-08-181-0/+4
* Fix ErrNoticeRecoverWAL variable name.Christoph Martin2014-04-011-1/+1
* Enable extended error codes.Christoph Martin2014-04-011-30/+99
* Remove compiler error•••I got an error "function ends without a return statement" on go1.0.2 Eric L. Frederich2013-11-301-2/+1
* Provide more detailed error messages•••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' Robert Knight2013-11-191-1/+15
* Start work on introducing machine-readable error codes.•••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". Jochen Voss2013-08-301-0/+41
* Rervert ff8e6729ce0628c3da97bd8e85c636f3645c2516mattn2013-08-141-41/+0
* Start work on introducing machine-readable error codes.•••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". Jochen Voss2013-08-131-0/+41