Bump github.com/mattn/go-sqlite3 from 1.14.48 to 1.14.49 in the all-dependencies group - #335
Merged
ChrisSchinnerl merged 1 commit intoAug 4, 2026
Knope Bot / Require changes to be documented
required action
Aug 3, 2026 in 0s
This pull request has not been documented yet
This project requires changes to be documented via either changesets or conventional commits. Depending on how this pull request is merged, it may not be fully documented:
- ❌ Squash would use commit message, that message is not conventional
- ❌ Merge would use commit messages, and no commits are conventional
- ❌ Rebase is allowed, and no commits are conventional
To satisfy this check, you can:
- Address the conventional commit issues above
- Click one of the buttons on this screen to auto-generate a change file (may only be visible to maintainers)
- Create a change file with the Knope CLI
- Create a change file in GitHub's web editor or copy/paste the content below into
.changeset/bump_githubcommattngo_sqlite3_from_11448_to_11449_in_the_all_dependencies_group.md- Replace "CHANGE_TYPE" with
major,minor, orpatch(see knope's docs), then edit as needed for your users.
- Replace "CHANGE_TYPE" with
Details
---
default: CHANGE_TYPE
---
# Bump github.com/mattn/go-sqlite3 from 1.14.48 to 1.14.49 in the all-dependencies group
#335 by @dependabot[bot]
Bumps the all-dependencies group with 1 update: [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3).
Updates `github.com/mattn/go-sqlite3` from 1.14.48 to 1.14.49
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mattn/go-sqlite3/releases">github.com/mattn/go-sqlite3's releases</a>.</em></p>
<blockquote>
<h2>1.14.49</h2>
<h2>What's Changed</h2>
<ul>
<li>Release vtable and cursor handles when SQLite destroys them by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1429">mattn/go-sqlite3#1429</a></li>
<li>Do not clobber SQLite's default cost estimates in BestIndex by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1430">mattn/go-sqlite3#1430</a></li>
<li>Translate SQL NULL filter arguments to nil like goVUpdate by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1431">mattn/go-sqlite3#1431</a></li>
<li>Identify updated row by argv 0 in goVUpdate by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1432">mattn/go-sqlite3#1432</a></li>
<li>Ignore Used for constraints SQLite marked not usable by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1433">mattn/go-sqlite3#1433</a></li>
<li>Reject nil module and nil BestIndex result by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1434">mattn/go-sqlite3#1434</a></li>
<li>Fail upgrade tool on download and write errors by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1435">mattn/go-sqlite3#1435</a></li>
<li>Fix off-by-one truncating SQL in fuzz target by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1436">mattn/go-sqlite3#1436</a></li>
<li>Fix wrong results and cursor state sharing in series example by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1437">mattn/go-sqlite3#1437</a></li>
<li>Use the table name from xCreate args in vtable example by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1438">mattn/go-sqlite3#1438</a></li>
<li>Close leaked rows in hook example by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1439">mattn/go-sqlite3#1439</a></li>
<li>Close prepared statement and fail if limit is not enforced in limit example by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1440">mattn/go-sqlite3#1440</a></li>
<li>Upgrade SQLite to version 3053004 by <a href="https://github.com/mattn"><code>@mattn</code></a> in <a href="https://redirect.github.com/mattn/go-sqlite3/pull/1442">mattn/go-sqlite3#1442</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mattn/go-sqlite3/compare/v1.14.48...v1.14.49">https://github.com/mattn/go-sqlite3/compare/v1.14.48...v1.14.49</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mattn/go-sqlite3/commit/cc41b8c87686036ea632cede537ffccef69b370a"><code>cc41b8c</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-sqlite3/issues/1442">#1442</a> from mattn/sqlite-amalgamation-3053004</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/18308a843a370f9416c3909a515f2120fae4566e"><code>18308a8</code></a> Upgrade SQLite to version 3053004</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/c1a1466c3dfc292dd41e3350620ea296de98dd8d"><code>c1a1466</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-sqlite3/issues/1440">#1440</a> from mattn/fix-limit-example-stmt-leak</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/18f2ec37d384d0ee65be85b3c8ae1b4aa58168b2"><code>18f2ec3</code></a> Assert the expected too many SQL variables error</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/210e26047062a553877ec713aab52a5dbb626a5a"><code>210e260</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-sqlite3/issues/1439">#1439</a> from mattn/fix-hook-example-rows-leak</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/dccd45f458b3e97948c0d63a679c454cdb5b4ba7"><code>dccd45f</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-sqlite3/issues/1438">#1438</a> from mattn/fix-vtable-example-declare</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/c0861dee5367fe00bdb956cb97b1ac4cade7db2d"><code>c0861de</code></a> Quote table name before interpolating into DeclareVTab</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/e664cc65fc2b4a734ba48a67acfac1e17ea3734c"><code>e664cc6</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-sqlite3/issues/1437">#1437</a> from mattn/fix-series-vtable-example</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/2195c5da732e0385a62be518f1795f1ba1f8053d"><code>2195c5d</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-sqlite3/issues/1436">#1436</a> from mattn/fix-fuzz-off-by-one</li>
<li><a href="https://github.com/mattn/go-sqlite3/commit/df9873f2faad9664e277a7afafd690f8d96c4e10"><code>df9873f</code></a> Merge pull request <a href="https://redirect.github.com/mattn/go-sqlite3/issues/1435">#1435</a> from mattn/fix-upgrade-error-handling</li>
<li>Additional commits viewable in <a href="https://github.com/mattn/go-sqlite3/compare/v1.14.48...v1.14.49">compare view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions
</details>
Loading