diff options
author | Jochen Voss <voss@seehuhn.de> | 2013-06-20 21:52:38 +0100 |
---|---|---|
committer | mattn <mattn.jp@gmail.com> | 2013-08-13 21:45:05 +0900 |
commit | ff8e6729ce0628c3da97bd8e85c636f3645c2516 (patch) | |
tree | 33f84d46d24644dc2db3289b35ede1d154c7592d /sqlite3_windows.go | |
parent | Upgrade amalgramation code (diff) | |
download | golite-ff8e6729ce0628c3da97bd8e85c636f3645c2516.tar.gz golite-ff8e6729ce0628c3da97bd8e85c636f3645c2516.tar.xz |
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".
Diffstat (limited to 'sqlite3_windows.go')
-rw-r--r-- | sqlite3_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_windows.go b/sqlite3_windows.go index 322400f..7193dfb 100644 --- a/sqlite3_windows.go +++ b/sqlite3_windows.go @@ -1,4 +1,4 @@ -package sqlite +package sqlite3 /* #cgo CFLAGS: -I. -fno-stack-check -fno-stack-protector -mno-stack-arg-probe |