sqlc
sqlc copied to clipboard
fix: initialize generated code outside function
This fixes the compile/debug problem. I need help re-generating pg_catalog.go etc. because when I call sqlc-pg-gen on my machine, the resulting file is a bit shorter and at least one endtoend test fails.
Refs: #1849