jschaf / pggen

Generate type-safe Go for any Postgres query. If Postgres can run the query, pggen can generate code for it.
MIT License
281 stars 26 forks source link

Add support for Postgres 14 #76

Closed amari closed 1 year ago

amari commented 1 year ago

Postgres 14 added a new QueryIdentifier field to EXPLAIN output. This fixes #54

jschaf commented 1 year ago

Released in https://github.com/jschaf/pggen/releases/tag/2022-12-15