format-sql icon indicating copy to clipboard operation
format-sql copied to clipboard

Can't parse quoted fields (postgres)

Open MichaelXavier opened this issue 7 years ago • 0 comments

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.

MichaelXavier avatar Nov 14 '16 19:11 MichaelXavier