Re: Calcite Engine Support for Oracle SQL89 Outer Join Syntax

2021-05-27 Thread Julian Hyde
Calcite does not support Oracle’s outer join syntax (“(+)”) or, for that matter, SQL Server’s syntax (“(*)”). Please log a JIRA case, asking for both to be added to the Babel parser. (I don’t want to add it to the Core parser, because it will cause ambiguities.) I don’t know of a workaround. J

Calcite Engine Support for Oracle SQL89 Outer Join Syntax

2021-05-27 Thread Kimieciki, Igor (ESI)
Hello Calcite Development Team! I'm a software developer working on a project which includes Oracle SQL queries parsing and transformation, and I'm using Calcite's engine to accomplish some of my objectives. I've been facing some issues regarding the parsing of SQL89 queries, more specifically