bumps our fork of modernc.org/sqlite to v1.34.5 (#3731)

This commit is contained in:
kim 2025-02-03 12:13:51 +00:00 committed by GitHub
commit a24048fc05
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
42 changed files with 52 additions and 18306 deletions

View file

@ -55,6 +55,11 @@ const (
sqliteLockedSharedcache = sqlite3.SQLITE_LOCKED | (1 << 8)
)
// https://gitlab.com/cznic/sqlite/-/issues/199
func init() {
sqlite3.PatchIssue199()
}
// Error represents sqlite library error code.
type Error struct {
msg string