fix(deps): update module github.com/mattn/go-sqlite3 to v1.14.15
Compare changes
@@ -7,17 +7,17 @@ go-sqlite3
@@ -64,7 +64,7 @@ Supported Golang version: See [.github/workflows/go.yaml](./.github/workflows/go
@@ -72,28 +72,28 @@ _go-sqlite3_ is *cgo* package.
@@ -138,19 +138,18 @@ file:test.db?cache=shared&mode=memory
@@ -181,9 +180,9 @@ go build --tags "icu json1 fts5 secure_delete"
@@ -198,7 +197,7 @@ For more information see [#201](https://github.com/mattn/go-sqlite3/issues/201)
@@ -234,7 +233,7 @@ Please work only with compiled final binaries.
@@ -250,7 +249,7 @@ go build --tags "libsqlite3 linux"
@@ -270,29 +269,29 @@ sudo apt-get install build-essential
@@ -304,14 +303,14 @@ Additional information:
@@ -349,28 +348,28 @@ This package supports the SQLite User Authentication module.
@@ -396,11 +395,11 @@ salt this can be configured with `_auth_salt`.
@@ -411,7 +410,7 @@ User management can be done by directly using the `*SQLiteConn` or by SQL.
@@ -420,7 +419,7 @@ The following sql functions are available for user management.
@@ -441,7 +440,7 @@ SELECT user_delete('user');
@@ -452,16 +451,16 @@ The following functions are available for User authentication from the `*SQLiteC
@@ -471,7 +470,7 @@ extension-functions.c is available as an extension to SQLite, and provides the f
@@ -491,7 +490,7 @@ For an example see [dinedal/go-sqlite3-extension-functions](https://github.com/d
@@ -505,7 +504,7 @@ For an example see [dinedal/go-sqlite3-extension-functions](https://github.com/d
Note that if the last database connection in the pool closes, the in-memory database is deleted. Make sure the [max idle connection limit](https://golang.org/pkg/database/sql/#DB.SetMaxIdleConns) is > 0, and the [connection lifetime](https://golang.org/pkg/database/sql/#DB.SetConnMaxLifetime) is infinite.
@@ -515,20 +514,20 @@ For an example see [dinedal/go-sqlite3-extension-functions](https://github.com/d
@@ -537,24 +536,24 @@ For an example see [dinedal/go-sqlite3-extension-functions](https://github.com/d