Update module github.com/mattn/go-sqlite3 to v1.14.48 #31

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.47v1.14.48 age confidence

Release Notes

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

v1.14.48: 1.14.48

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/mattn/go-sqlite3/compare/v1.14.16...v1.14.48


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 Renovate Bot.

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.47` → `v1.14.48` | ![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fmattn%2fgo-sqlite3/v1.14.48?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fmattn%2fgo-sqlite3/v1.14.47/v1.14.48?slim=true) | --- ### Release Notes <details> <summary>mattn/go-sqlite3 (github.com/mattn/go-sqlite3)</summary> ### [`v1.14.48`](https://github.com/mattn/go-sqlite3/releases/tag/v1.14.48): 1.14.48 [Compare Source](https://github.com/mattn/go-sqlite3/compare/v1.14.47...v1.14.48) #### What's Changed - Add Serialize and Deserialize support by [@&#8203;otoolep](https://github.com/otoolep) in [#&#8203;1089](https://github.com/mattn/go-sqlite3/pull/1089) - Replace namedValue with driver.NamedValue to avoid copying exec/query args by [@&#8203;charlievieth](https://github.com/charlievieth) in [#&#8203;1128](https://github.com/mattn/go-sqlite3/pull/1128) - Add go 1.20 to workflow matrix, remove 1.17 by [@&#8203;connyay](https://github.com/connyay) in [#&#8203;1136](https://github.com/mattn/go-sqlite3/pull/1136) - Add build tags to support both x86 and ARM compilation on macOS by [@&#8203;Spaider](https://github.com/Spaider) in [#&#8203;1069](https://github.com/mattn/go-sqlite3/pull/1069) - Fix virtual table example. by [@&#8203;andrzh](https://github.com/andrzh) in [#&#8203;1149](https://github.com/mattn/go-sqlite3/pull/1149) - Update README.md by [@&#8203;parthokr](https://github.com/parthokr) in [#&#8203;1163](https://github.com/mattn/go-sqlite3/pull/1163) - Update amalgamation code by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1166](https://github.com/mattn/go-sqlite3/pull/1166) - Update amalgamation code by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1197](https://github.com/mattn/go-sqlite3/pull/1197) - Fix docker job by [@&#8203;itizir](https://github.com/itizir) in [#&#8203;1201](https://github.com/mattn/go-sqlite3/pull/1201) - Fix musl build ([#&#8203;1164](https://github.com/mattn/go-sqlite3/issues/1164)) by [@&#8203;leso-kn](https://github.com/leso-kn) in [#&#8203;1177](https://github.com/mattn/go-sqlite3/pull/1177) - update go version to 1.19 by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1208](https://github.com/mattn/go-sqlite3/pull/1208) - Update amalgamation code to 3.45.0 by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1207](https://github.com/mattn/go-sqlite3/pull/1207) - Update amalgamation code to 3.45.1 by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1211](https://github.com/mattn/go-sqlite3/pull/1211) - close channel by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1213](https://github.com/mattn/go-sqlite3/pull/1213) - fix: some typos by [@&#8203;pomadev](https://github.com/pomadev) in [#&#8203;1222](https://github.com/mattn/go-sqlite3/pull/1222) - Add support for libsqlite3 on z/OS by [@&#8203;dustin-ward](https://github.com/dustin-ward) in [#&#8203;1239](https://github.com/mattn/go-sqlite3/pull/1239) - Update amalgamation code to 3.46.1 by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1273](https://github.com/mattn/go-sqlite3/pull/1273) - close statement when missing query arguments by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1281](https://github.com/mattn/go-sqlite3/pull/1281) - Upgrade upload-artifact action by [@&#8203;jonstacks](https://github.com/jonstacks) in [#&#8203;1300](https://github.com/mattn/go-sqlite3/pull/1300) - Remove suggestion that CGO isn't always needed by [@&#8203;samjewell](https://github.com/samjewell) in [#&#8203;1290](https://github.com/mattn/go-sqlite3/pull/1290) - remove superfluous use of runtime.SetFinalizer on SQLiteRows by [@&#8203;charlievieth](https://github.com/charlievieth) in [#&#8203;1301](https://github.com/mattn/go-sqlite3/pull/1301) - Fix sqlite3\_opt\_unlock\_notify with USE\_LIBSQLITE3 by [@&#8203;q66](https://github.com/q66) in [#&#8203;1262](https://github.com/mattn/go-sqlite3/pull/1262) - Fix memory leak in callbackRetText function by [@&#8203;hionay](https://github.com/hionay) in [#&#8203;1259](https://github.com/mattn/go-sqlite3/pull/1259) - docs: clarify GCP section by [@&#8203;justinsb](https://github.com/justinsb) in [#&#8203;1305](https://github.com/mattn/go-sqlite3/pull/1305) - Add ability to set an int64 file control by [@&#8203;jonstacks](https://github.com/jonstacks) in [#&#8203;1298](https://github.com/mattn/go-sqlite3/pull/1298) - Update amalgamation code to 3.49.1 by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1335](https://github.com/mattn/go-sqlite3/pull/1335) - Update amalgamation code to 3.50.3 by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1343](https://github.com/mattn/go-sqlite3/pull/1343) - Drop userauth implementation by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1344](https://github.com/mattn/go-sqlite3/pull/1344) - fix syntax error by [@&#8203;eraytufan](https://github.com/eraytufan) in [#&#8203;1346](https://github.com/mattn/go-sqlite3/pull/1346) - update amalgamation code by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1347](https://github.com/mattn/go-sqlite3/pull/1347) - use quote include instead of angled include for sqlite3-binding.h by [@&#8203;nautaa](https://github.com/nautaa) in [#&#8203;1362](https://github.com/mattn/go-sqlite3/pull/1362) - Upgrade SQLite to version [`3051001`](https://github.com/mattn/go-sqlite3/commit/3051001) by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1366](https://github.com/mattn/go-sqlite3/pull/1366) - Feat: add percentile extension option by [@&#8203;dsonck92](https://github.com/dsonck92) in [#&#8203;1364](https://github.com/mattn/go-sqlite3/pull/1364) - Upgrade SQLite to version [`3051002`](https://github.com/mattn/go-sqlite3/commit/3051002) by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1370](https://github.com/mattn/go-sqlite3/pull/1370) - Use unsafe slice by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1373](https://github.com/mattn/go-sqlite3/pull/1373) - Call sqlite3\_clear\_bindings() after sqlite3\_reset() in bind() by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1374](https://github.com/mattn/go-sqlite3/pull/1374) - Upgrade SQLite to version [`3051003`](https://github.com/mattn/go-sqlite3/commit/3051003) by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1375](https://github.com/mattn/go-sqlite3/pull/1375) - Ensure Close always removes runtime finalizer to prevent memory leak by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1376](https://github.com/mattn/go-sqlite3/pull/1376) - Fix json example by [@&#8203;Jaculabilis](https://github.com/Jaculabilis) in [#&#8203;1313](https://github.com/mattn/go-sqlite3/pull/1313) - Add missing virtual table constraint op constants by [@&#8203;theimpostor](https://github.com/theimpostor) in [#&#8203;1379](https://github.com/mattn/go-sqlite3/pull/1379) - Eliminate unnecessary bounds checks in hot paths by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1381](https://github.com/mattn/go-sqlite3/pull/1381) - \[codex] optimize sqlite bind fast path by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1382](https://github.com/mattn/go-sqlite3/pull/1382) - \[codex] batch row column fetches in Next by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1383](https://github.com/mattn/go-sqlite3/pull/1383) - Raise minimum Go version to 1.21 by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1384](https://github.com/mattn/go-sqlite3/pull/1384) - Reduce sqlite bind overhead by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1385](https://github.com/mattn/go-sqlite3/pull/1385) - reduce CGO call overhead for exec and bind paths by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1386](https://github.com/mattn/go-sqlite3/pull/1386) - \[codex] add opt-in statement cache by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1387](https://github.com/mattn/go-sqlite3/pull/1387) - Fix panic when querying input with no SQL (only comments/whitespace) by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1392](https://github.com/mattn/go-sqlite3/pull/1392) - evict least-recently-used stmt when cache is full by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1388](https://github.com/mattn/go-sqlite3/pull/1388) - Upgrade SQLite to version [`3053000`](https://github.com/mattn/go-sqlite3/commit/3053000) by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1394](https://github.com/mattn/go-sqlite3/pull/1394) - add sqlite\_dbstat tag for the DBSTAT virtual table by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;1338](https://github.com/mattn/go-sqlite3/pull/1338) - avoid out of bounds write in unlock\_notify\_wait on 64 bit platforms by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;1399](https://github.com/mattn/go-sqlite3/pull/1399) - modernise reflect.SliceHeader to unsafe.Slice by [@&#8203;calmh](https://github.com/calmh) in [#&#8203;1400](https://github.com/mattn/go-sqlite3/pull/1400) - guard oversized string length in ResultText by [@&#8203;dxbjavid](https://github.com/dxbjavid) in [#&#8203;1402](https://github.com/mattn/go-sqlite3/pull/1402) - bind via sqlite3\_bind\_text64/blob64 to avoid 32-bit length truncation by [@&#8203;dxbjavid](https://github.com/dxbjavid) in [#&#8203;1403](https://github.com/mattn/go-sqlite3/pull/1403) - Upgrade SQLite to version [`3053002`](https://github.com/mattn/go-sqlite3/commit/3053002) by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1404](https://github.com/mattn/go-sqlite3/pull/1404) - guard oversized blob length in callbackRetBlob by [@&#8203;dxbjavid](https://github.com/dxbjavid) in [#&#8203;1405](https://github.com/mattn/go-sqlite3/pull/1405) - preserve embedded NUL bytes in custom function text values by [@&#8203;dxbjavid](https://github.com/dxbjavid) in [#&#8203;1406](https://github.com/mattn/go-sqlite3/pull/1406) - Follow documented call order for sqlite3\_value\_blob in callbackArgString by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1407](https://github.com/mattn/go-sqlite3/pull/1407) - Use atomic.Value for handle table and add concurrent lookup benchmark by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1412](https://github.com/mattn/go-sqlite3/pull/1412) - cache column metadata for prepared and cached statements by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1413](https://github.com/mattn/go-sqlite3/pull/1413) - free leaked schema string in GetFilename by [@&#8203;dxbjavid](https://github.com/dxbjavid) in [#&#8203;1408](https://github.com/mattn/go-sqlite3/pull/1408) - Fix race in SQLiteStmt.Close by holding conn lock across cache check by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1416](https://github.com/mattn/go-sqlite3/pull/1416) - Add CodeRabbit as a sponsor by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1417](https://github.com/mattn/go-sqlite3/pull/1417) - Return error from vtable cursor open instead of ignoring it by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1419](https://github.com/mattn/go-sqlite3/pull/1419) - Check sqlite3\_malloc64 result in Deserialize by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1420](https://github.com/mattn/go-sqlite3/pull/1420) - Fix panic when registered functions return named types by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1421](https://github.com/mattn/go-sqlite3/pull/1421) - Return error instead of silently ignoring unsupported bind types by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1422](https://github.com/mattn/go-sqlite3/pull/1422) - Add CodeRabbit configuration by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1418](https://github.com/mattn/go-sqlite3/pull/1418) - Close database on all error paths in Open by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1423](https://github.com/mattn/go-sqlite3/pull/1423) - Check preupdate value fetch result to avoid NULL dereference by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1424](https://github.com/mattn/go-sqlite3/pull/1424) - Use C.int in exported callbacks to match C declarations by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1425](https://github.com/mattn/go-sqlite3/pull/1425) - Fix leak of extension load error message by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1426](https://github.com/mattn/go-sqlite3/pull/1426) - Upgrade SQLite to version [`3053003`](https://github.com/mattn/go-sqlite3/commit/3053003) by [@&#8203;mattn](https://github.com/mattn) in [#&#8203;1427](https://github.com/mattn/go-sqlite3/pull/1427) #### New Contributors - [@&#8203;charlievieth](https://github.com/charlievieth) made their first contribution in [#&#8203;1128](https://github.com/mattn/go-sqlite3/pull/1128) - [@&#8203;connyay](https://github.com/connyay) made their first contribution in [#&#8203;1136](https://github.com/mattn/go-sqlite3/pull/1136) - [@&#8203;Spaider](https://github.com/Spaider) made their first contribution in [#&#8203;1069](https://github.com/mattn/go-sqlite3/pull/1069) - [@&#8203;andrzh](https://github.com/andrzh) made their first contribution in [#&#8203;1149](https://github.com/mattn/go-sqlite3/pull/1149) - [@&#8203;parthokr](https://github.com/parthokr) made their first contribution in [#&#8203;1163](https://github.com/mattn/go-sqlite3/pull/1163) - [@&#8203;leso-kn](https://github.com/leso-kn) made their first contribution in [#&#8203;1177](https://github.com/mattn/go-sqlite3/pull/1177) - [@&#8203;pomadev](https://github.com/pomadev) made their first contribution in [#&#8203;1222](https://github.com/mattn/go-sqlite3/pull/1222) - [@&#8203;dustin-ward](https://github.com/dustin-ward) made their first contribution in [#&#8203;1239](https://github.com/mattn/go-sqlite3/pull/1239) - [@&#8203;jonstacks](https://github.com/jonstacks) made their first contribution in [#&#8203;1300](https://github.com/mattn/go-sqlite3/pull/1300) - [@&#8203;samjewell](https://github.com/samjewell) made their first contribution in [#&#8203;1290](https://github.com/mattn/go-sqlite3/pull/1290) - [@&#8203;q66](https://github.com/q66) made their first contribution in [#&#8203;1262](https://github.com/mattn/go-sqlite3/pull/1262) - [@&#8203;hionay](https://github.com/hionay) made their first contribution in [#&#8203;1259](https://github.com/mattn/go-sqlite3/pull/1259) - [@&#8203;justinsb](https://github.com/justinsb) made their first contribution in [#&#8203;1305](https://github.com/mattn/go-sqlite3/pull/1305) - [@&#8203;eraytufan](https://github.com/eraytufan) made their first contribution in [#&#8203;1346](https://github.com/mattn/go-sqlite3/pull/1346) - [@&#8203;nautaa](https://github.com/nautaa) made their first contribution in [#&#8203;1362](https://github.com/mattn/go-sqlite3/pull/1362) - [@&#8203;dsonck92](https://github.com/dsonck92) made their first contribution in [#&#8203;1364](https://github.com/mattn/go-sqlite3/pull/1364) - [@&#8203;Jaculabilis](https://github.com/Jaculabilis) made their first contribution in [#&#8203;1313](https://github.com/mattn/go-sqlite3/pull/1313) - [@&#8203;theimpostor](https://github.com/theimpostor) made their first contribution in [#&#8203;1379](https://github.com/mattn/go-sqlite3/pull/1379) - [@&#8203;calmh](https://github.com/calmh) made their first contribution in [#&#8203;1338](https://github.com/mattn/go-sqlite3/pull/1338) - [@&#8203;dxbjavid](https://github.com/dxbjavid) made their first contribution in [#&#8203;1402](https://github.com/mattn/go-sqlite3/pull/1402) **Full Changelog**: <https://github.com/mattn/go-sqlite3/compare/v1.14.16...v1.14.48> </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 [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzkuNSIsInVwZGF0ZWRJblZlciI6IjQzLjEzOS41IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
renovate-bot scheduled this pull request to auto merge when all checks succeed 2026-07-13 04:46:35 +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!31
No description provided.