You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* build(deps): bump the production-dependencies group across 1 directory with 3 updates
Bumps the production-dependencies group with 3 updates in the / directory: [github.com/google/cel-go](https://github.com/google/cel-go), [github.com/ncruces/go-sqlite3](https://github.com/ncruces/go-sqlite3) and [golang.org/x/sync](https://github.com/golang/sync).
Updates `github.com/google/cel-go` from 0.29.0 to 0.30.0
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](cel-expr/cel-go@v0.29.0...v0.30.0)
Updates `github.com/ncruces/go-sqlite3` from 0.34.4 to 0.35.2
- [Release notes](https://github.com/ncruces/go-sqlite3/releases)
- [Commits](ncruces/go-sqlite3@v0.34.4...v0.35.2)
Updates `golang.org/x/sync` from 0.21.0 to 0.22.0
- [Commits](golang/sync@v0.21.0...v0.22.0)
---
updated-dependencies:
- dependency-name: github.com/google/cel-go
dependency-version: 0.30.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: github.com/ncruces/go-sqlite3
dependency-version: 0.35.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
- dependency-name: golang.org/x/sync
dependency-version: 0.22.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: production-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com>
* fix(sqlite): register fts5 and rtree extensions explicitly
go-sqlite3 v0.35.0 moved the FTS5 and R*Tree/Geopoly extensions into
separate packages, so they are no longer part of the default build. This
broke schemas that use virtual tables, e.g.
CREATE VIRTUAL TABLE ft USING fts5(b);
which now fails with "no such module: fts5" when the SQLite analyzer
applies migrations.
Add an internal package that registers both extensions as auto
extensions, and import it wherever sqlc opens a SQLite connection, so
they are available on every connection as they were before the bump.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011B9zXEdnMfRMVmWQaJFXVS
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments