This website requires JavaScript.
Explore
Help
Sign In
re
/
go-sqlcipher
forked from
mirror/go-sqlcipher
Watch
1
Star
0
Fork
You've already forked go-sqlcipher
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
976f43861f
go-sqlcipher
/
sqlite3_other.go
9 lines
79 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
/
*
#
cgo
pkg
-
config
:
sqlite3
*
/
import
"C"