Use flock.

This commit is contained in:
Nuno Cruces
2023-03-22 03:15:54 +00:00
parent 589ad86f76
commit 8ff0ee752f
9 changed files with 219 additions and 118 deletions

View File

@@ -202,7 +202,6 @@ const (
noFuncErr = errorString("sqlite3: could not find function: ")
binaryErr = errorString("sqlite3: no SQLite binary embed/set/loaded")
timeErr = errorString("sqlite3: invalid time value")
notImplErr = errorString("sqlite3: not implemented")
whenceErr = errorString("sqlite3: invalid whence")
offsetErr = errorString("sqlite3: invalid offset")
)