Commit 742a318
fix: don't quote type names - they are not identifiers
Type names like 'int' and 'timestamp' should not be quoted even though
they are TYPE_FUNC_NAME_KEYWORDS. The quoteIdentifier function is meant
for SQL identifiers (table names, column names, etc.), not for type names
which have their own grammar rules in PostgreSQL.
Co-Authored-By: Dan Lynch <[email protected]>1 parent fb278ad commit 742a318
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1883 | 1883 | | |
1884 | 1884 | | |
1885 | 1885 | | |
1886 | | - | |
1887 | | - | |
| 1886 | + | |
1888 | 1887 | | |
1889 | 1888 | | |
1890 | 1889 | | |
| |||
0 commit comments