Skip to content

fix(deps): update module github.com/iodesystems/sqlc-go-codegen-metaquery to v1#8

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-iodesystems-sqlc-go-codegen-metaquery-1.x
Open

fix(deps): update module github.com/iodesystems/sqlc-go-codegen-metaquery to v1#8
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/github.com-iodesystems-sqlc-go-codegen-metaquery-1.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented May 21, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/iodesystems/sqlc-go-codegen-metaquery v0.0.0v1.1.1 age confidence

Release Notes

iodesystems/sqlc-go-codegen-metaquery (github.com/iodesystems/sqlc-go-codegen-metaquery)

v1.1.1

Compare Source

Built from tag v1.1.1. See README for usage.

v1.1.0

Compare Source

Built from tag v1.1.0. See README for usage.

v1.0.3

v1.0.3

First stable release of sqlc-go-codegen-metaquery — a fork of sqlc-gen-go that emits per-query metadata alongside the usual sqlc output, plus a runtime for composing filters, ordering, pagination, and aggregations dynamically as CTEs.

What's new since v0.1.0

  • GroupByExpr — new builder method for passing raw SQL GROUP BY expressions
  • metaquery:agg annotations — per-query aggregate declarations
  • Import generation fix — corrected import path generation for aggregate-related code
  • mqpgx merged into parent modulemetaquery/mqpgx is now a subpackage, not a separate module; single go get pulls everything

Features

  • Drop-in compatible with stock sqlc-gen-go — existing generated methods are unchanged
  • Typed query wrappers (Wrap<QueryName>) with compile-time arg binding
  • Typed column references (<QueryName>Cols) with type-appropriate operators
  • Runtime filter, order, pagination, and aggregation composition
  • Four emission levels: off, meta, wrap, cols
  • JSON-round-trippable metadata for HTTP endpoints and admin consoles
  • metaquery/mqpgx adapter for pgx/v5

Installation

WASM plugin
plugins:
- name: metaquery
  wasm:
    url: https://github.com/IodeSystems/sqlc-go-codegen-metaquery/releases/download/v1.0.3/sqlc-go-codegen-metaquery.wasm
    sha256: f5aeb49aef73f7fa2c23327a0aeb420191bb6606db34a75e84ac0b064302c6b3
Go module
go get github.com/iodesystems/sqlc-go-codegen-metaquery@v1.0.3

Both metaquery and metaquery/mqpgx are included in the same module.

Full changelog

  • feat: add GroupByExpr, metaquery:agg annotations, and fix import generation
  • fix: merge mqpgx into parent module (remove separate go.mod, add pgx to parent)
  • build: add make release — publish WASM and update README

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 force-pushed the renovate/github.com-iodesystems-sqlc-go-codegen-metaquery-1.x branch from 391e69c to 4bd8df4 Compare May 22, 2026 10:57
@renovate renovate Bot force-pushed the renovate/github.com-iodesystems-sqlc-go-codegen-metaquery-1.x branch from 4bd8df4 to dfb958c Compare May 22, 2026 22:00
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