sqlc
sqlc copied to clipboard
fix(golang): escape q field name
Adds q to the reserve keywords.
Although not a golang keyword per se, it works as one since q is reserved as a shorthand for Queries in the generated code so there's no need to rename the reserved keywords list.
Fixes #3627.