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: ListMatViews :execresultSELECT schemaname AS schema_name,
matviewname AS view_name,
matviewowner AS owner,
ispopulated AS is_populated,
definition
FROM pg_matviews
ORDER BY schemaname,
matviewname;
Version
1.26.0
What happened?
A bug happened! Running:
errors with:
tried
:exec
,:many
as well in terms of thesqlc
annotations.sqlc vet
returns the same error.prior art:
versions:
Relevant log output
No response
Database schema
No response
SQL queries
Configuration
No response
Playground URL
https://play.sqlc.dev/p/0eae0cbbe4f0c8bd76da5385dfb3e69a9196f6bad0b01ace20a669b9621274a2
What operating system are you using?
macOS ARM M1
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: