mirror of
https://github.com/ncruces/go-sqlite3.git
synced 2026-01-11 21:49:13 +00:00
Incremental blobs.
This commit is contained in:
2
error.go
2
error.go
@@ -203,6 +203,8 @@ const (
|
||||
timeErr = errorString("sqlite3: invalid time value")
|
||||
tailErr = errorString("sqlite3: non-empty tail")
|
||||
notImplErr = errorString("sqlite3: not implemented")
|
||||
whenceErr = errorString("sqlite3: invalid whence")
|
||||
offsetErr = errorString("sqlite3: invalid offset")
|
||||
)
|
||||
|
||||
func assertErr() errorString {
|
||||
|
||||
Reference in New Issue
Block a user