Skip to content

chore(deps): Bump modernc.org/sqlite from 1.44.3 to 1.45.0#395

Merged
edenreich merged 2 commits intomainfrom
dependabot/go_modules/modernc.org/sqlite-1.45.0
Mar 6, 2026
Merged

chore(deps): Bump modernc.org/sqlite from 1.44.3 to 1.45.0#395
edenreich merged 2 commits intomainfrom
dependabot/go_modules/modernc.org/sqlite-1.45.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps modernc.org/sqlite from 1.44.3 to 1.45.0.

Changelog

Sourced from modernc.org/sqlite's changelog.

Changelog

  • 2026-02-09 v1.45.0:

  • Introduce vtab subpackage (modernc.org/sqlite/vtab) exposing Module, Table, Cursor, and IndexInfo API for Go virtual tables.

  • Wire vtab registration into the driver: vtab.RegisterModule installs modules globally and each new connection calls sqlite3_create_module_v2.

  • Implement vtab trampolines for xCreate/xConnect/xBestIndex/xDisconnect/xDestroy/xOpen/xClose/xFilter/xNext/xEof/xColumn/xRowid.

  • Map SQLite’s sqlite3_index_info into vtab.IndexInfo, including constraints, ORDER BY terms, and constraint usage (ArgIndex → xFilter argv[]).

  • Add an in‑repo dummy vtab module and test (module_test.go) that validates registration, basic scanning, and constraint visibility.

  • See merge request 90, thanks Adrian Witas!

  • 2026-01-19 v1.44.3: Resolves issue 243.

  • 2026-01-18 v1.44.2: Upgrade to SQLite 3.51.2.

  • 2026-01-13 v1.44.0: Upgrade to SQLite 3.51.1.

  • 2025-10-10 v1.39.1: Upgrade to SQLite 3.50.4.

  • 2025-06-09 v1.38.0: Upgrade to SQLite 3.50.1.

  • 2025-02-26 v1.36.0: Upgrade to SQLite 3.49.0.

  • 2024-11-16 v1.34.0: Implement ResetSession and IsValid methods in connection

  • 2024-07-22 v1.31.0: Support windows/386.

  • 2024-06-04 v1.30.0: Upgrade to SQLite 3.46.0, release notes at https://sqlite.org/releaselog/3_46_0.html.

  • 2024-02-13 v1.29.0: Upgrade to SQLite 3.45.1, release notes at https://sqlite.org/releaselog/3_45_1.html.

  • 2023-12-14: v1.28.0: Add (*Driver).RegisterConnectionHook, ConnectionHookFn, ExecQuerierContext, RegisterConnectionHook.

  • 2023-08-03 v1.25.0: enable SQLITE_ENABLE_DBSTAT_VTAB.

  • 2023-07-11 v1.24.0: Add (*conn).{Serialize,Deserialize,NewBackup,NewRestore} methods, add Backup type.

  • 2023-06-01 v1.23.0: Allow registering aggregate functions.

  • 2023-04-22 v1.22.0: Support linux/s390x.

  • 2023-02-23 v1.21.0: Upgrade to SQLite 3.41.0, release notes at https://sqlite.org/releaselog/3_41_0.html.

  • 2022-11-28 v1.20.0: Support linux/ppc64le.

... (truncated)

Commits
  • b8975b7 CHANGELOG.md: document v1.45.0
  • 394a108 attempt to fix test build broken by bc68721f
  • bc68721 Merge branch 'branch' into 'master'
  • c228a98 - Enable configurable vtab options and add MATCH coverage. Expose Context.Con...
  • d3d9b0d Merge branch 'fix-_time_format-docs' into 'master'
  • 17d0166 fix(docs): _time_format=sqlite corresponds to format 4
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Feb 16, 2026
@dependabot dependabot bot force-pushed the dependabot/go_modules/modernc.org/sqlite-1.45.0 branch from e9c4aa1 to a0632c5 Compare March 6, 2026 01:41
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) from 1.44.3 to 1.45.0.
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.44.3...v1.45.0)

---
updated-dependencies:
- dependency-name: modernc.org/sqlite
  dependency-version: 1.45.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/modernc.org/sqlite-1.45.0 branch from a0632c5 to f1a5a16 Compare March 6, 2026 01:47
@edenreich edenreich merged commit a3cbd52 into main Mar 6, 2026
5 checks passed
@edenreich edenreich deleted the dependabot/go_modules/modernc.org/sqlite-1.45.0 branch March 6, 2026 02:03
ig-semantic-release-bot bot pushed a commit that referenced this pull request Mar 6, 2026
## [0.100.4](v0.100.3...v0.100.4) (2026-03-06)

### 🐛 Bug Fixes

* Flox dev environment ([6e2fd6e](6e2fd6e))
* **agents:** Prevent Docker output pollution and skip agent pulling in container mode ([#387](#387)) ([0fe503d](0fe503d)), closes [#386](#386)

### 🧹 Maintenance

* **deps:** Bump github.com/charmbracelet/bubbles from 0.21.0 to 1.0.0 ([#393](#393)) ([504ebbf](504ebbf))
* **deps:** Bump github.com/lib/pq from 1.10.9 to 1.11.1 ([#388](#388)) ([8ab85d7](8ab85d7))
* **deps:** Bump github.com/lib/pq from 1.11.1 to 1.11.2 ([#394](#394)) ([cd3ad4a](cd3ad4a))
* **deps:** Bump golang.org/x/crypto from 0.47.0 to 0.48.0 ([#392](#392)) ([55a2c36](55a2c36))
* **deps:** Bump golang.org/x/image from 0.34.0 to 0.36.0 ([#391](#391)) ([1f7948a](1f7948a))
* **deps:** Bump modernc.org/sqlite from 1.44.3 to 1.45.0 ([#395](#395)) ([a3cbd52](a3cbd52))
* Update development dependencies ([#396](#396)) ([aab8ab9](aab8ab9))
@ig-semantic-release-bot
Copy link

🎉 This PR is included in version 0.100.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant