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".
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package sqlite
|
||||
package sqlite3
|
||||
|
||||
import (
|
||||
"crypto/rand"
|
||||
|
||||
Reference in New Issue
Block a user