This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new fd78dece chore: Bump modernc.org/sqlite from 1.44.3 to 1.45.0 (#658)
fd78dece is described below
commit fd78dececa4c703ebf63d079d09e7e239b0ddcce
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 10 13:52:32 2026 -0500
chore: Bump modernc.org/sqlite from 1.44.3 to 1.45.0 (#658)
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.44.3
to 1.45.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-02-09 v1.45.0:</p>
</li>
<li>
<p>Introduce vtab subpackage (modernc.org/sqlite/vtab) exposing Module,
Table, Cursor, and IndexInfo API for Go virtual tables.</p>
</li>
<li>
<p>Wire vtab registration into the driver: vtab.RegisterModule installs
modules globally and each new connection calls
sqlite3_create_module_v2.</p>
</li>
<li>
<p>Implement vtab trampolines for
xCreate/xConnect/xBestIndex/xDisconnect/xDestroy/xOpen/xClose/xFilter/xNext/xEof/xColumn/xRowid.</p>
</li>
<li>
<p>Map SQLite’s sqlite3_index_info into vtab.IndexInfo, including
constraints, ORDER BY terms, and constraint usage (ArgIndex → xFilter
argv[]).</p>
</li>
<li>
<p>Add an in‑repo dummy vtab module and test (module_test.go) that
validates registration, basic scanning, and constraint visibility.</p>
</li>
<li>
<p>See <a
href="https://gitlab.com/cznic/sqlite/-/merge_requests/90">merge request
90</a>, thanks Adrian Witas!</p>
</li>
<li>
<p>2026-01-19 v1.44.3: Resolves <a
href="https://gitlab.com/cznic/sqlite/-/issues/243">issue 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,
ConnectionHookFn, ExecQuerierContext, RegisterConnectionHook.</p>
</li>
<li>
<p>2023-08-03 v1.25.0: enable SQLITE_ENABLE_DBSTAT_VTAB.</p>
</li>
<li>
<p>2023-07-11 v1.24.0: Add
(*conn).{Serialize,Deserialize,NewBackup,NewRestore} methods, add Backup
type.</p>
</li>
<li>
<p>2023-06-01 v1.23.0: Allow registering aggregate functions.</p>
</li>
<li>
<p>2023-04-22 v1.22.0: Support linux/s390x.</p>
</li>
<li>
<p>2023-02-23 v1.21.0: Upgrade to SQLite 3.41.0, release notes at
<a
href="https://sqlite.org/releaselog/3_41_0.html">https://sqlite.org/releaselog/3_41_0.html</a>.</p>
</li>
<li>
<p>2022-11-28 v1.20.0: Support linux/ppc64le.</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/b8975b7dcf269f7c09929073c1feb64701066f41"><code>b8975b7</code></a>
CHANGELOG.md: document v1.45.0</li>
<li><a
href="https://gitlab.com/cznic/sqlite/commit/394a10836c6dae9a0e8121fe87152bf15b04db04"><code>394a108</code></a>
attempt to fix test build broken by bc68721f</li>
<li><a
href="https://gitlab.com/cznic/sqlite/commit/bc68721fc50802398ccd814d5afc95c91d922c9b"><code>bc68721</code></a>
Merge branch 'branch' into 'master'</li>
<li><a
href="https://gitlab.com/cznic/sqlite/commit/c228a98d07a782d06d4523eb0feb110e9b5591fb"><code>c228a98</code></a>
- Enable configurable vtab options and add MATCH coverage. Expose
Context.Con...</li>
<li><a
href="https://gitlab.com/cznic/sqlite/commit/d3d9b0d48c027ac18daf20b218194892aff76108"><code>d3d9b0d</code></a>
Merge branch 'fix-_time_format-docs' into 'master'</li>
<li><a
href="https://gitlab.com/cznic/sqlite/commit/17d01666c97623d74c583b3c5a24a052ca61091f"><code>17d0166</code></a>
fix(docs): _time_format=sqlite corresponds to format 4</li>
<li>See full diff in <a
href="https://gitlab.com/cznic/sqlite/compare/v1.44.3...v1.45.0">compare
view</a></li>
</ul>
</details>
<br />
<details>
<summary>Most Recent Ignore Conditions Applied to This Pull
Request</summary>
| Dependency Name | Ignore Conditions |
| --- | --- |
| modernc.org/sqlite | [>= 1.34.a, < 1.35] |
</details>
[](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 this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
go.mod | 2 +-
go.sum | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/go.mod b/go.mod
index 21193f9a..8d9b38f5 100644
--- a/go.mod
+++ b/go.mod
@@ -49,7 +49,7 @@ require (
gonum.org/v1/gonum v0.17.0
google.golang.org/grpc v1.78.0
google.golang.org/protobuf v1.36.11
- modernc.org/sqlite v1.44.3
+ modernc.org/sqlite v1.45.0
)
require (
diff --git a/go.sum b/go.sum
index 0b30163e..73ee8815 100644
--- a/go.sum
+++ b/go.sum
@@ -284,8 +284,8 @@ modernc.org/opt v0.1.4
h1:2kNGMRiUjrp4LcaPuLY2PzUfqM/w9N23quVwhKt5Qm8=
modernc.org/opt v0.1.4/go.mod h1:03fq9lsNfvkYSfxrfUhZCWPk1lm4cq4N+Bh//bEtgns=
modernc.org/sortutil v1.2.1 h1:+xyoGf15mM3NMlPDnFqrteY07klSFxLElE2PVuWIJ7w=
modernc.org/sortutil v1.2.1/go.mod
h1:7ZI3a3REbai7gzCLcotuw9AC4VZVpYMjDzETGsSMqJE=
-modernc.org/sqlite v1.44.3 h1:+39JvV/HWMcYslAwRxHb8067w+2zowvFOUrOWIy9PjY=
-modernc.org/sqlite v1.44.3/go.mod
h1:CzbrU2lSB1DKUusvwGz7rqEKIq+NUd8GWuBBZDs9/nA=
+modernc.org/sqlite v1.45.0 h1:r51cSGzKpbptxnby+EIIz5fop4VuE4qFoVEjNvWoObs=
+modernc.org/sqlite v1.45.0/go.mod
h1:CzbrU2lSB1DKUusvwGz7rqEKIq+NUd8GWuBBZDs9/nA=
modernc.org/strutil v1.2.1 h1:UneZBkQA+DX2Rp35KcM69cSsNES9ly8mQWD71HKlOA0=
modernc.org/strutil v1.2.1/go.mod
h1:EHkiggD70koQxjVdSBM3JKM7k6L0FbGE5eymy9i3B9A=
modernc.org/token v1.1.0 h1:Xl7Ap9dKaEs5kLoOQeQmPWevfnk/DM5qcLcYlA8ys6Y=