Vito Mantese

Results 2 issues of Vito Mantese

### Version 1.12.0 ### What happened? When running sqlc v1.12.0 ➜ sqlc compile \# package db sql/query/advanced.sql:3:84: column "key" does not exist It appears sqlc compile is not aware of...

bug
:books: postgresql
:wrench: golang
:computer: darwin

This PR includes two parts, one discovered while implementing the feature. 1. A fix for a nil deref bug where Config.KeyRefreshUnknownKID is checked when possibly nil. 2. The feature to...

✏️ Feature