Conversation
✅ Deploy Preview for ornate-narwhal-088216 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
23c2dcf to
43a3a1a
Compare
43a3a1a to
b936b92
Compare
b936b92 to
9be5d68
Compare
Bumps the gomod group with 1 update in the /tools/rumble directory: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3). Updates `github.com/mattn/go-sqlite3` from 1.14.37 to 1.14.42 - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.37...v1.14.42) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gomod ... Signed-off-by: dependabot[bot] <support@github.com>
9be5d68 to
876e32f
Compare
cpanato
approved these changes
Apr 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the gomod group with 1 update in the /tools/rumble directory: github.com/mattn/go-sqlite3.
Updates
github.com/mattn/go-sqlite3from 1.14.37 to 1.14.42Commits
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