This website requires JavaScript.
Explore
Help
Sign In
mirror
/
go-sqlite3
mirror of
https://github.com/mattn/go-sqlite3.git
Watch
1
Star
0
Fork
You've already forked go-sqlite3
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1450ef9d4d
go-sqlite3
/
sqlite3_other.go
9 lines
76 B
Go
Raw
Normal View
History
Unescape
Escape
Modified for windows support.
2012-10-28 06:58:40 +04:00
// +build !windows
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-06-21 00:52:38 +04:00
package
sqlite3
Modified for windows support.
2012-10-28 06:58:40 +04:00
/
*
Use sqlite3.c in all platforms
2013-08-28 09:46:33 +04:00
#
cgo
LDFLAGS
:
-
v
-
ldl
Modified for windows support.
2012-10-28 06:58:40 +04:00
*
/
import
"C"