Files
go-sqlite3/sqlite3_other.go
Jochen Voss ff8e6729ce 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".
2013-08-13 21:45:05 +09:00

9 lines
79 B
Go

// +build !windows
package sqlite3
/*
#cgo pkg-config: sqlite3
*/
import "C"