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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: