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 nullability inference test for update query with returning #62

Closed jschaf closed 2 years ago

jschaf commented 2 years ago

Fixes #45.