mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-12 05:59:14 +00:00
Require OFD locks.
This commit is contained in:
1
error.go
1
error.go
@@ -73,6 +73,7 @@ const (
|
||||
noGlobalErr = errorString("sqlite3: could not find global: ")
|
||||
noFuncErr = errorString("sqlite3: could not find function: ")
|
||||
timeErr = errorString("sqlite3: invalid time value")
|
||||
notImplErr = errorString("sqlite3: not implemented")
|
||||
)
|
||||
|
||||
func assertErr() errorString {
|
||||
|
||||
Reference in New Issue
Block a user