summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/sqlite/doc.go
diff options
context:
space:
mode:
authorLibravatar kim <grufwub@gmail.com>2025-06-10 13:19:18 +0200
committerLibravatar tobi <kipvandenbos@noreply.codeberg.org>2025-06-10 13:19:18 +0200
commit4ad17788cdaaee71f6ea41a43eaaa2af50853ac9 (patch)
treee74237fb986ef7426ceac631c6f4eea210b84028 /vendor/modernc.org/sqlite/doc.go
parent[bugfix] fix existing statuses with invalid visibility (#4253) (diff)
downloadgotosocial-4ad17788cdaaee71f6ea41a43eaaa2af50853ac9.tar.xz
[chore] update to modernc.org/sqlite v1.38.0 with our concurrency workaround (#4256)
see: https://gitlab.com/cznic/sqlite/-/tags/v1.38.0 Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4256 Co-authored-by: kim <grufwub@gmail.com> Co-committed-by: kim <grufwub@gmail.com>
Diffstat (limited to 'vendor/modernc.org/sqlite/doc.go')
-rw-r--r--vendor/modernc.org/sqlite/doc.go32
1 files changed, 17 insertions, 15 deletions
diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go
index a6e04ce5d..af3de2cc9 100644
--- a/vendor/modernc.org/sqlite/doc.go
+++ b/vendor/modernc.org/sqlite/doc.go
@@ -27,21 +27,21 @@
//
// OS Arch SQLite version
// ------------------------------
-// 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
+// darwin amd64 3.50.1
+// darwin arm64 3.50.1
+// freebsd amd64 3.50.1
+// freebsd arm64 3.50.1
+// linux 386 3.50.1
+// linux amd64 3.50.1
+// linux arm 3.50.1
+// linux arm64 3.50.1
+// linux loong64 3.50.1
+// linux ppc64le 3.50.1
+// linux riscv64 3.50.1
+// linux s390x 3.50.1
+// windows 386 3.50.1
+// windows amd64 3.50.1
+// windows arm64 3.50.1
//
// # Benchmarks
//
@@ -55,6 +55,8 @@
//
// # Changelog
//
+// - 2025-06-09 v1.38.0: Upgrade to SQLite 3.50.1.
+//
// - 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