Commit 21176ca
authored
build(deps): bump modernc.org/sqlite from 1.46.1 to 1.47.0 in the gomod group (#1045)
Bumps the gomod group with 1 update:
[modernc.org/sqlite](https://gitlab.com/cznic/sqlite).
Updates `modernc.org/sqlite` from 1.46.1 to 1.47.0
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md">modernc.org/sqlite's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<ul>
<li>
<p>2026-03-17 v1.47.0: Add CGO-free version of the vector extensions
from <a
href="https://github.com/asg017/sqlite-vec">https://github.com/asg017/sqlite-vec</a>.
See <code>vec_test.go</code> for example usage. From the GitHub project
page:</p>
<ul>
<li><strong>Important:</strong> sqlite-vec is a pre-v1, so expect
breaking changes!</li>
<li>Store and query float, int8, and binary vectors in vec0 virtual
tables</li>
<li>Written in pure C, no dependencies, runs anywhere SQLite runs
(Linux/MacOS/Windows, in the browser with WASM, Raspberry Pis,
etc.)</li>
<li>Store non-vector data in metadata, auxiliary, or partition key
columns</li>
<li>Thanks Zhenghao Zhang!</li>
</ul>
</li>
<li>
<p>2026-03-16 v1.46.2: Upgrade to <a
href="https://sqlite.org/releaselog/3_51_3.html">SQLite 3.51.3</a>.</p>
</li>
<li>
<p>2026-02-17 v1.46.1:</p>
<ul>
<li>Ensure connection state is reset if Tx.Commit fails. Previously,
errors like SQLITE_BUSY during COMMIT could leave the underlying
connection inside a transaction, causing errors when the connection was
reused by the database/sql pool. The driver now detects this state and
forces a rollback internally.</li>
<li>Fixes [GitHub issue <a
href="https://gitlab.com/cznic/sqlite/issues/2">#2</a>](<a
href="https://redirect.github.com/modernc-org/sqlite/issues/2">modernc-org/sqlite#2</a>),
thanks Edoardo Spadolini!</li>
</ul>
</li>
<li>
<p>2026-02-17 v1.46.0:</p>
<ul>
<li>Enable ColumnTypeScanType to report time.Time instead of string for
TEXT columns declared as DATE, DATETIME, TIME, or TIMESTAMP via a new
<code>_texttotime</code> URI parameter.</li>
<li>See [GitHub pull request <a
href="https://gitlab.com/cznic/sqlite/issues/1">#1</a>](<a
href="https://redirect.github.com/modernc-org/sqlite/pull/1">modernc-org/sqlite#1</a>),
thanks devhaozi!</li>
</ul>
</li>
<li>
<p>2026-02-09 v1.45.0:</p>
<ul>
<li>Introduce vtab subpackage (modernc.org/sqlite/vtab) exposing Module,
Table, Cursor, and IndexInfo API for Go virtual tables.</li>
<li>Wire vtab registration into the driver: vtab.RegisterModule installs
modules globally and each new connection calls
sqlite3_create_module_v2.</li>
<li>Implement vtab trampolines for
xCreate/xConnect/xBestIndex/xDisconnect/xDestroy/xOpen/xClose/xFilter/xNext/xEof/xColumn/xRowid.</li>
<li>Map SQLite’s sqlite3_index_info into vtab.IndexInfo, including
constraints, ORDER BY terms, and constraint usage (ArgIndex → xFilter
argv[]).</li>
<li>Add an in‑repo dummy vtab module and test (module_test.go) that
validates registration, basic scanning, and constraint visibility.</li>
<li>See [GitLab merge request <a
href="https://gitlab.com/cznic/sqlite/issues/90">#90</a>](<a
href="https://gitlab.com/cznic/sqlite/-/merge_requests/90">https://gitlab.com/cznic/sqlite/-/merge_requests/90</a>),
thanks Adrian Witas!</li>
</ul>
</li>
<li>
<p>2026-01-19 v1.44.3: Resolves [GitLab issue <a
href="https://gitlab.com/cznic/sqlite/issues/243">#243</a>](<a
href="https://gitlab.com/cznic/sqlite/-/issues/243">https://gitlab.com/cznic/sqlite/-/issues/243</a>).</p>
</li>
<li>
<p>2026-01-18 v1.44.2: Upgrade to <a
href="https://sqlite.org/releaselog/3_51_2.html">SQLite 3.51.2</a>.</p>
</li>
<li>
<p>2026-01-13 v1.44.0: Upgrade to SQLite 3.51.1.</p>
</li>
<li>
<p>2025-10-10 v1.39.1: Upgrade to SQLite 3.50.4.</p>
</li>
<li>
<p>2025-06-09 v1.38.0: Upgrade to SQLite 3.50.1.</p>
</li>
<li>
<p>2025-02-26 v1.36.0: Upgrade to SQLite 3.49.0.</p>
</li>
<li>
<p>2024-11-16 v1.34.0: Implement ResetSession and IsValid methods in
connection</p>
</li>
<li>
<p>2024-07-22 v1.31.0: Support windows/386.</p>
</li>
<li>
<p>2024-06-04 v1.30.0: Upgrade to SQLite 3.46.0, release notes at
<a
href="https://sqlite.org/releaselog/3_46_0.html">https://sqlite.org/releaselog/3_46_0.html</a>.</p>
</li>
<li>
<p>2024-02-13 v1.29.0: Upgrade to SQLite 3.45.1, release notes at
<a
href="https://sqlite.org/releaselog/3_45_1.html">https://sqlite.org/releaselog/3_45_1.html</a>.</p>
</li>
<li>
<p>2023-12-14: v1.28.0: Add (*Driver).RegisterConnectionHook,</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://gitlab.com/cznic/sqlite/commit/b4deaee99fa6db5c82923a642425ecd815484492"><code>b4deaee</code></a>
include Zhenghao Zhang in CHANGELOG, AUTHORS, CONTRIBUTORS, updates
!93</li>
<li><a
href="https://gitlab.com/cznic/sqlite/commit/ba4fc0ba6cc299eab6ba09e12ac34abad0d72b6b"><code>ba4fc0b</code></a>
add sqlite_vec extension, updates !93</li>
<li><a
href="https://gitlab.com/cznic/sqlite/commit/8b9ffba7e524e8e1336ed501b71dbcc87415e3c9"><code>8b9ffba</code></a>
Merge branch 'windows' into 'master'</li>
<li><a
href="https://gitlab.com/cznic/sqlite/commit/614a125a7a127075574e877f09fe0c05308ef6c0"><code>614a125</code></a>
Add sqlite-vec support</li>
<li><a
href="https://gitlab.com/cznic/sqlite/commit/d7c9932b311af8741de8fa03011de3704940d210"><code>d7c9932</code></a>
vendor libsqlite3/SQLite 3.51.3, updates <a
href="https://gitlab.com/cznic/sqlite/issues/247">#247</a></li>
<li>See full diff in <a
href="https://gitlab.com/cznic/sqlite/compare/v1.46.1...v1.47.0">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>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent e7bd535 commit 21176ca
2 files changed
+13
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
306 | | - | |
307 | | - | |
| 306 | + | |
| 307 | + | |
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
387 | 387 | | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
394 | | - | |
| 393 | + | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
404 | | - | |
| 403 | + | |
| 404 | + | |
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
| |||
0 commit comments