ニュース

Identifiers that are reserved words in PL/pgSQL must be double-quoted. But when these double-quoted identifiers are used within a SQL statement, we fail to parse the SQL statement when trying to ...
Problem The parsing of the PIVOT statement is compromised when we are doing JOIN before it. I should be able to parse this query: sql_request = """ SELECT consumer.id, event_date FROM consumer LEFT ...