Closed
Description
What do you want to change?
When using sqlc-gen-go and forgetting to add a package
name to options
, I get the following error:
error generating code: error generating output: source error: 8:1: expected 'IDENT', found 'import'
This is very confusing. sqlc should return a more helpful error.
What database engines need to be changed?
No response
What programming language backends need to be changed?
Go