We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e74514a commit 054a45cCopy full SHA for 054a45c
src/lib/sql/columns.sql
@@ -59,7 +59,7 @@ SELECT
59
FROM
60
pg_catalog.pg_enum enums
61
WHERE
62
- COALESCE(bt.typname, t.typname) = format_type(enums.enumtypid, NULL)
+ quote_ident(COALESCE(bt.typname, t.typname)) = format_type(enums.enumtypid, NULL)
63
ORDER BY
64
enums.enumsortorder
65
)
0 commit comments