Require OFD locks.

This commit is contained in:
Nuno Cruces
2023-02-23 13:29:51 +00:00
parent 5b2451c3ad
commit 1ed62d300d
7 changed files with 161 additions and 309 deletions

View File

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