Time handling.

This commit is contained in:
Nuno Cruces
2023-02-21 04:30:24 +00:00
parent df687a1c54
commit 3b4df71a94
6 changed files with 514 additions and 2 deletions

View File

@@ -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 {