mmoldrup

Results 2 issues of mmoldrup

Hi, Parsing this statement: `Update a SET b=1 FROM schema1.testtable as a;` Gives "a" as both alias and table. It should identify a as alias only. Fixed using this workaround,...

The parser doesn't accept TRUNCATE as a DDL-statement.