Closed
Description
Version
1.11.0
What happened?
Seeing an error when making a basic query:
ERROR: prepared statement "lrupsc_2_2" does not exist (SQLSTATE 26000)
The query.sql looks the following:
-- name: GetContract :one
SELECT * FROM contracts
where fund_ticker = $1
LIMIT 1;
What operating system are you using?
macOS
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go