summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/sqlite/doc.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2021-11-27 15:26:58 +0100
committerLibravatar GitHub <noreply@github.com>2021-11-27 15:26:58 +0100
commit182b4eea73881c611a0f519576aa6ad2aa6799c2 (patch)
tree230fac469690fcee8797b13585e739be148d4789 /vendor/modernc.org/sqlite/doc.go
parentRequire confirmed email when checking oauth token (#332) (diff)
downloadgotosocial-182b4eea73881c611a0f519576aa6ad2aa6799c2.tar.xz
Update dependencies (#333)
Diffstat (limited to 'vendor/modernc.org/sqlite/doc.go')
-rw-r--r--vendor/modernc.org/sqlite/doc.go15
1 files changed, 6 insertions, 9 deletions
diff --git a/vendor/modernc.org/sqlite/doc.go b/vendor/modernc.org/sqlite/doc.go
index 8033f2182..a39c5ed13 100644
--- a/vendor/modernc.org/sqlite/doc.go
+++ b/vendor/modernc.org/sqlite/doc.go
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Package sqlite is a CGo-free port of SQLite.
+// Package sqlite is a CGo-free port of SQLite/SQLite3 v3.36.0.
//
// SQLite is an in-process implementation of a self-contained, serverless,
// zero-configuration, transactional SQL database engine.
@@ -20,14 +20,6 @@
// linux arm64
// windows amd64
//
-// The windows/amd64 has currently experimental/preview status. Tcl tests
-// report an unresolved yet memory leak, see
-// https://gitlab.com/cznic/sqlite/-/issues/23 for more details.
-//
-// Planned platforms and architectures
-//
-// windows 386
-//
// Builders
//
// Builder results available at
@@ -36,6 +28,11 @@
//
// Changelog
//
+// 2021-11-13 v1.14.0:
+//
+// Support windows/amd64. This target had previously only experimental status
+// because of a now resolved memory leak.
+//
// 2021-09-07 v1.13.0:
//
// Support freebsd/amd64.