-
Notifications
You must be signed in to change notification settings - Fork 957
Closed
Labels
📚 postgresql💻 darwin🔧 golangdockerPull requests that update Docker codePull requests that update Docker codeupstreamIssue is caused by a dependencyIssue is caused by a dependency
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
Metadata
Metadata
Assignees
Labels
📚 postgresql💻 darwin🔧 golangdockerPull requests that update Docker codePull requests that update Docker codeupstreamIssue is caused by a dependencyIssue is caused by a dependency