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