bump our fork of modernc.org/sqlite to tag v1.36.0-concurrency-workaround (#3864)

This commit is contained in:
kim 2025-03-03 10:09:34 +00:00 committed by GitHub
commit 861b5cd920
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 242894 additions and 185660 deletions

32
vendor/modernc.org/sqlite/doc.go generated vendored
View file

@ -27,21 +27,21 @@
//
// OS Arch SQLite version
// ------------------------------
// darwin amd64 3.46.0
// darwin arm64 3.46.0
// freebsd amd64 3.46.0
// freebsd arm64 3.46.0
// linux 386 3.46.0
// linux amd64 3.46.0
// linux arm 3.46.0
// linux arm64 3.46.0
// linux loong64 3.46.0
// linux ppc64le 3.46.0
// linux riscv64 3.46.0
// linux s390x 3.46.0
// windows 386 3.46.0
// windows amd64 3.46.0
// windows arm64 3.46.0
// darwin amd64 3.49.0
// darwin arm64 3.49.0
// freebsd amd64 3.49.0
// freebsd arm64 3.49.0
// linux 386 3.49.0
// linux amd64 3.49.0
// linux arm 3.49.0
// linux arm64 3.49.0
// linux loong64 3.49.0
// linux ppc64le 3.49.0
// linux riscv64 3.49.0
// linux s390x 3.49.0
// windows 386 3.49.0
// windows amd64 3.49.0
// windows arm64 3.49.0
//
// # Builders
//
@ -51,6 +51,8 @@
//
// # Changelog
//
// - 2025-02-26 v1.36.0: Upgrade to SQLite 3.49.0.
//
// - 2024-11-16 v1.34.0: Implement ResetSession and IsValid methods in connection
//
// - 2024-07-22 v1.31.0: Support windows/386.