deps(go)(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.42#4
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
@dependabot rebase |
ece3f32 to
80fd7c7
Compare
|
@dependabot rebase |
80fd7c7 to
0a7b32a
Compare
|
@dependabot rebase |
0a7b32a to
fe60b6f
Compare
|
@dependabot rebase |
1 similar comment
|
@dependabot rebase |
fe60b6f to
81a41b7
Compare
81a41b7 to
f43a27c
Compare
|
@dependabot rebase |
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
|
@dependabot rebase |
|
Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.22 to 1.14.42. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.22...v1.14.42) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.42 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
f43a27c to
ae803bd
Compare
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Bumps github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.42.
Commits
5df13a0Merge pull request #1387 from mattn/codex/stmt-cachee302e5cdocument that _stmt_cache_size is per connection867dcbfmove reset/clear into putCachedStmt and always finalize on failure0e58fa4simplify prepareWithCache to call prepare instead of duplicating logice9f47dado not bail out on finalize error in closeCachedStmtsLocked325cb8dremove redundant stmtCacheSize check in putCachedStmt061c2a5check stmtCacheSize before acquiring mutex in takeCachedStmtefa9b1cadd opt-in statement cache8d12439Merge pull request #1386 from mattn/perf/reduce-cgo-overhead89f4bbefix build with SQLITE_ENABLE_UNLOCK_NOTIFY