Update module github.com/mattn/go-sqlite3 to v1.14.52 #43

Open
renovate-bot wants to merge 1 commit from renovate/github.com-mattn-go-sqlite3-1.x into master
Collaborator

This PR contains the following updates:

Package Change Age Confidence
github.com/mattn/go-sqlite3 v1.14.50v1.14.52 age confidence

Release Notes

mattn/go-sqlite3 (github.com/mattn/go-sqlite3)

v1.14.52: 1.14.52

Compare Source

What's Changed

  • Replace schema probe with eager first step for cached statements by @​mattn in #​1454

Full Changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.51...v1.14.52

v1.14.51: 1.14.51

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.50...v1.14.51


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) | `v1.14.50` → `v1.14.52` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmattn%2fgo-sqlite3/v1.14.52?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmattn%2fgo-sqlite3/v1.14.50/v1.14.52?slim=true) | --- ### Release Notes <details> <summary>mattn/go-sqlite3 (github.com/mattn/go-sqlite3)</summary> ### [`v1.14.52`](https://github.com/mattn/go-sqlite3/releases/tag/v1.14.52): 1.14.52 [Compare Source](https://github.com/mattn/go-sqlite3/compare/v1.14.51...v1.14.52) #### What's Changed - Replace schema probe with eager first step for cached statements by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1454](https://github.com/mattn/go-sqlite3/pull/1454) **Full Changelog**: <https://github.com/mattn/go-sqlite3/compare/v1.14.51...v1.14.52> ### [`v1.14.51`](https://github.com/mattn/go-sqlite3/releases/tag/v1.14.51): 1.14.51 [Compare Source](https://github.com/mattn/go-sqlite3/compare/v1.14.50...v1.14.51) #### What's Changed - fix: Exec returns wrong arg count in "not enough args" error by [@&#8203;semihbkgr](https://github.com/semihbkgr) in [#&#8203;1396](https://github.com/mattn/go-sqlite3/pull/1396) - refactor: Clean up deprecated // +build legacy build tags by [@&#8203;zxysilent](https://github.com/zxysilent) in [#&#8203;1428](https://github.com/mattn/go-sqlite3/pull/1428) - Fixed som typos and wrappings in sqlite3\_func\_crypt.go documentation. by [@&#8203;kberov](https://github.com/kberov) in [#&#8203;1367](https://github.com/mattn/go-sqlite3/pull/1367) - Replace copy-on-write handle map with sync.Map by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1453](https://github.com/mattn/go-sqlite3/pull/1453) - Avoid per-row goroutines for query cancellation by [@&#8203;bradengroom](https://github.com/bradengroom) in [#&#8203;1444](https://github.com/mattn/go-sqlite3/pull/1444) - Flush statement cache when the schema changes by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1452](https://github.com/mattn/go-sqlite3/pull/1452) #### New Contributors - [@&#8203;semihbkgr](https://github.com/semihbkgr) made their first contribution in [#&#8203;1396](https://github.com/mattn/go-sqlite3/pull/1396) - [@&#8203;zxysilent](https://github.com/zxysilent) made their first contribution in [#&#8203;1428](https://github.com/mattn/go-sqlite3/pull/1428) - [@&#8203;kberov](https://github.com/kberov) made their first contribution in [#&#8203;1367](https://github.com/mattn/go-sqlite3/pull/1367) - [@&#8203;bradengroom](https://github.com/bradengroom) made their first contribution in [#&#8203;1444](https://github.com/mattn/go-sqlite3/pull/1444) **Full Changelog**: <https://github.com/mattn/go-sqlite3/compare/v1.14.50...v1.14.51> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNSIsInVwZGF0ZWRJblZlciI6IjQ0Ljg3LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-09-05 18:51:28 +00:00
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/github.com-mattn-go-sqlite3-1.x:renovate/github.com-mattn-go-sqlite3-1.x
git switch renovate/github.com-mattn-go-sqlite3-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/github.com-mattn-go-sqlite3-1.x
git switch renovate/github.com-mattn-go-sqlite3-1.x
git rebase master
git switch master
git merge --ff-only renovate/github.com-mattn-go-sqlite3-1.x
git switch renovate/github.com-mattn-go-sqlite3-1.x
git rebase master
git switch master
git merge --no-ff renovate/github.com-mattn-go-sqlite3-1.x
git switch master
git merge --squash renovate/github.com-mattn-go-sqlite3-1.x
git switch master
git merge --ff-only renovate/github.com-mattn-go-sqlite3-1.x
git switch master
git merge renovate/github.com-mattn-go-sqlite3-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
paspo/mail-autoconfig!43
No description provided.