Remove MustPrepare.

This commit is contained in:
Nuno Cruces
2023-03-08 17:39:41 +00:00
parent 677f51bec1
commit 926adeb3f5
6 changed files with 20 additions and 82 deletions

View File

@@ -202,8 +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")
emptyErr = errorString("sqlite3: empty statement")
tailErr = errorString("sqlite3: non-empty tail")
notImplErr = errorString("sqlite3: not implemented")
whenceErr = errorString("sqlite3: invalid whence")
offsetErr = errorString("sqlite3: invalid offset")