Skip to content

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
mainfrom
dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.45
Open

chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.47#726
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.45

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 23, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.47.

Commits
  • 693de12 Merge pull request #1408 from dxbjavid/getfilename-cstring-leak
  • 837b4f2 Merge pull request #1413 from mattn/cache-stmt-column-metadata
  • e99486c cache column metadata for prepared and cached statements
  • eb06f26 Merge pull request #1412 from mattn/codex-5sxu1n
  • 423f960 Make callback handle lookups lock-free
  • a3cd5cd free leaked schema string in GetFilename
  • 379319c Merge pull request #1407 from mattn/blob-arg-call-order
  • c3e96cd call sqlite3_value_blob before sqlite3_value_bytes in callbackArgString
  • 518ffdb Merge pull request #1406 from dxbjavid/function-text-embedded-nul
  • b1e8d68 read text value before its byte length to match documented order
  • Additional commits viewable in compare view


Note

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-sqlite3 from v1.14.28 to v1.14.47, with matching checksum updates in go.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.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 23, 2026
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>
@dependabot dependabot Bot changed the title chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.45 chore(deps): bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.47 Jul 15, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.45 branch from 4c62676 to fe5f4ca Compare July 15, 2026 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants