Skip to content

chore(): Update module github.com/sqlc-dev/sqlc to v1.31.1#201

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-sqlc-dev-sqlc-1.x
Open

chore(): Update module github.com/sqlc-dev/sqlc to v1.31.1#201
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-sqlc-dev-sqlc-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 21, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/sqlc-dev/sqlc v1.30.0v1.31.1 age confidence

Release Notes

sqlc-dev/sqlc (github.com/sqlc-dev/sqlc)

v1.31.1

Compare Source

Bug Fixes

  • Remove go.mod replace directive that breaks go install ...@​latest (#​4401)
  • Downgrade github.com/ncruces/go-sqlite3 to v0.32.0 (#​4400)

Build

  • (deps) Bump github.com/jackc/pgx/v5 (#​4398)

v1.31.0

Compare Source

Bug Fixes

  • Strip psql meta-commands from schema files (#​4390)
  • Emit pointers for nullable enum columns when emit_pointers_for_null_types is set (#​4388)
  • Map xid8 to pgtype.Uint64 for pgx/v5 (#​4387)
  • Rename :one return variable when it conflicts with a parameter (#​4383)
  • Coerce SQLite JSONB output regardless of type casing (#​4385)
  • Dedupe sqlc.arg parameters wrapped in a type cast for MySQL (#​4384)
  • Preserve MySQL optimizer hints in generated query text (#​4382)
  • Catch invalid ON CONFLICT DO UPDATE column references (#​4366)
  • Replace manual loop with copy() builtin (#​4166)
  • (native) Make MySQL connection check immediate on first attempt (#​4254)

Documentation

  • Add link to community python plugin (#​4157)
  • Add Claude Code remote environment setup instructions (#​4246)
  • Add sqlc-gen-sqlx to community language support (#​4371)
  • Add GitHub Topic to the plugins page (#​4258)

Features

  • (sqlfile) Add sqlfile.Split (#​4146)
  • (sqlite) Add database analyzer using ncruces/go-sqlite3 (#​4199)
  • (ast) Implement comprehensive SQL AST formatting (#​4205)
  • (mysql) Improve AST formatting and add DELETE JOIN support (#​4206)
  • (sqlite) Add SQLite support to format tests (#​4207)
  • (expander) Add star expander for SELECT * and RETURNING * (PostgreSQL, MySQL, SQLite) (#​4203)
  • Add SQLCEXPERIMENT environment variable for experimental features (#​4228)
  • Add native database support for e2e tests without Docker (#​4236)
  • (postgresql) Add analyzerv2 experiment for database-only analysis (#​4237)
  • Graduate parsecmd experiment (#​4253)
  • Add parse subcommand with AST JSON output (#​4240)
  • Add ClickHouse support to sqlc parse (#​4267)
  • Add sqlc-test-setup command for database test environment setup (#​4304)

Refactor

  • (ast) Rename Formatter interface to Dialect (#​4208)

Build

  • Upgrade Go toolchain to 1.26.2 (#​4378)
  • Upgrade Go version to 1.26.0 (#​4312)
  • Remove github.com/jackc/pgx/v4 dependency (#​4379)
  • Upgrade github.com/pingcap/tidb/pkg/parser (#​4389)
  • Install PostgreSQL from theseus-rs/postgresql-binaries instead of apt (#​4310)
  • Skip CI/RTD builds when the change is irrelevant (#​4381)
  • (deps) 35 dependabot bumps

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM (* 0-3 * * *)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot enabled auto-merge (squash) April 21, 2026 01:05
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 21, 2026

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 16 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.25.0 -> 1.26.0
cloud.google.com/go/compute/metadata v0.8.0 -> v0.9.0
github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443 -> v0.0.0-20251210132809-ee656c7534f5
github.com/envoyproxy/go-control-plane v0.13.4 -> v0.14.0
github.com/envoyproxy/protoc-gen-validate v1.2.1 -> v1.3.0
github.com/google/cel-go v0.26.1 -> v0.28.0
github.com/jackc/pgx/v5 v5.7.5 -> v5.9.2
github.com/lib/pq v1.10.9 -> v1.12.3
github.com/pingcap/errors v0.11.5-0.20240311024730-e056997136bb -> v0.11.5-0.20250523034308-74f78ae071ee
github.com/pingcap/tidb/pkg/parser v0.0.0-20250324122243-d51e00e5bbf0 -> v0.0.0-20260418072757-ce92298d1124
github.com/spf13/cobra v1.9.1 -> v1.10.2
github.com/spf13/pflag v1.0.7 -> v1.0.10
github.com/tetratelabs/wazero v1.9.0 -> v1.11.0
google.golang.org/genproto/googleapis/api v0.0.0-20250818200422-3122310a409c -> v0.0.0-20260120221211-b8f7ae30c516
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c -> v0.0.0-20260120221211-b8f7ae30c516
google.golang.org/grpc v1.75.0 -> v1.80.0
google.golang.org/protobuf v1.36.8 -> v1.36.11

@renovate renovate Bot force-pushed the renovate/github.com-sqlc-dev-sqlc-1.x branch 2 times, most recently from 42a29fe to ef47f72 Compare April 22, 2026 18:19
@renovate renovate Bot changed the title chore(): Update module github.com/sqlc-dev/sqlc to v1.31.0 chore(): Update module github.com/sqlc-dev/sqlc to v1.31.1 Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/github.com-sqlc-dev-sqlc-1.x branch 2 times, most recently from d4ebb3b to 59b60f4 Compare May 18, 2026 10:37
@renovate renovate Bot force-pushed the renovate/github.com-sqlc-dev-sqlc-1.x branch from 59b60f4 to e1542cf Compare May 28, 2026 19:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants