mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
Time handling.
This commit is contained in:
1
error.go
1
error.go
@@ -72,6 +72,7 @@ const (
|
||||
noNulErr = errorString("sqlite3: missing NUL terminator")
|
||||
noGlobalErr = errorString("sqlite3: could not find global: ")
|
||||
noFuncErr = errorString("sqlite3: could not find function: ")
|
||||
timeErr = errorString("sqlite3: invalid time value")
|
||||
)
|
||||
|
||||
func assertErr() errorString {
|
||||
|
||||
Reference in New Issue
Block a user