In-process locking.

This commit is contained in:
Nuno Cruces
2023-01-24 16:59:51 +00:00
parent 2fd2a4062c
commit 97227017a7
7 changed files with 295 additions and 53 deletions

View File

@@ -41,4 +41,5 @@ const (
noNulErr = errorString("sqlite3: missing NUL terminator")
noGlobalErr = errorString("sqlite3: could not find global: ")
noFuncErr = errorString("sqlite3: could not find function: ")
assertErr = errorString("sqlite3: assertion failed")
)