chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.47#726
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.47#726dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) from 1.14.28 to 1.14.47. - [Release notes](https://github.com/mattn/go-sqlite3/releases) - [Commits](mattn/go-sqlite3@v1.14.28...v1.14.47) --- updated-dependencies: - dependency-name: github.com/mattn/go-sqlite3 dependency-version: 1.14.45 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
4c62676 to
fe5f4ca
Compare
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 github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.47.
Commits
693de12Merge pull request #1408 from dxbjavid/getfilename-cstring-leak837b4f2Merge pull request #1413 from mattn/cache-stmt-column-metadatae99486ccache column metadata for prepared and cached statementseb06f26Merge pull request #1412 from mattn/codex-5sxu1n423f960Make callback handle lookups lock-freea3cd5cdfree leaked schema string in GetFilename379319cMerge pull request #1407 from mattn/blob-arg-call-orderc3e96cdcall sqlite3_value_blob before sqlite3_value_bytes in callbackArgString518ffdbMerge pull request #1406 from dxbjavid/function-text-embedded-nulb1e8d68read text value before its byte length to match documented orderNote
Low Risk
No ldcli code changes; risk is limited to behavior of the SQLite CGO driver used for local dev-server storage.
Overview
Bumps the direct dependency
github.com/mattn/go-sqlite3from v1.14.28 to v1.14.47, with matching checksum updates ingo.sum. No application or CLI source files change in this PR.The newer driver release pulls in upstream fixes (e.g. CString leak in
GetFilename, callback argument ordering, statement column metadata caching, lock-free callback lookups). Anything in ldcli that uses this driver for local SQLite—such as the dev server backup/restore flow—will build against the updated binding at the next compile.Reviewed by Cursor Bugbot for commit fe5f4ca. Bugbot is set up for automated code reviews on this repo. Configure here.