You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- name: LotDestinationStatus :manySELECTenum.enumlabelAS value
FROM
pg_enum AS enum
JOIN pg_type AS type ON (type.oid=enum.enumtypid)
WHEREtype.typname='lot_destination_status'GROUP BYenum.enumlabel,
type.typname;
Version
1.9.0
What happened?
Expected
sqlc generate
to create a function to be used in Go code. This is an alternative attempt to solve the issue found here: #1126.Relevant log output
sql/queries/lot_attributes.sql:133:1: relation "pg_enum" does not exist
Database schema
SQL queries
Configuration
Playground URL
No response
What operating system are you using?
macOS
What database engines are you using?
PostgreSQL
What type of code are you generating?
Go
The text was updated successfully, but these errors were encountered: