format-sql
format-sql copied to clipboard
Can't parse quoted fields (postgres)
The parser will fail to parse a query like select "id" from table. This is DBMS specific, so this may actually be a parse error for other databases, but its how postgres does quoting of DDL-level stuff like columns and table names.