Quote values, identifiers.

This commit is contained in:
Nuno Cruces
2023-11-03 07:43:05 -07:00
parent a7c00eb150
commit a9e2cbbfc5
6 changed files with 198 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ const (
OffsetErr = ErrorString("sqlite3: invalid offset")
TailErr = ErrorString("sqlite3: multiple statements")
IsolationErr = ErrorString("sqlite3: unsupported isolation level")
ValueErr = ErrorString("sqlite3: unsupported value")
NoVFSErr = ErrorString("sqlite3: no such vfs: ")
)