This commit is contained in:
Nuno Cruces
2024-08-12 17:50:23 +01:00
parent e92999bfe3
commit bd141fec92
3 changed files with 13 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ func (e ErrorString) Error() string { return string(e) }
const (
NilErr = ErrorString("sqlite3: invalid memory address or null pointer dereference")
OOMErr = ErrorString("sqlite3: out of memory")
ArgErr = ErrorString("sqlite3: invalid argument")
RangeErr = ErrorString("sqlite3: index out of range")
NoNulErr = ErrorString("sqlite3: missing NUL terminator")
NoBinaryErr = ErrorString("sqlite3: no SQLite binary embed/set/loaded")