Greetings, please clarify because I think that Hierarchical Queries have been implemented yet and I also have added support for CONNECT_BY_ROOT via PR #1282. What is left open please?
For sure. And from I think nearly 300 test sqls at the moment 172 are parsed successfully. Look into SelectOracleTest.
Good chunk from the failing tests is about Oracle's MultiInsert. How do you want me to approach this:
a) refactor and amend the existing Insert or
b) provide a new MultiInsert instead (including the standard compliant multiple VALUES syntax)
At the moment I tend to go route b) but am a kind of undecided. Please advise.
This is just a reminder for myself, so far I found the following Oracle specific statements missing:
Fixed by PR #1288ALTER SYSTEM
Fixed by PR #1286RENAME table TO ...
Fixed by PR #1287PURGE ...
fixed by PR #1379ALTER TABLE ...
DROP
for multiple columnsfixed, it is working in JSQLFormatterALTER TABLE ...
ADD
for multiple columnsINSERT
for multiple valuesfixed by PR #1293ALTER TABLE ... MOVE TABLESPACE ...
Please feel free to add to the list. I would want to implement these statements eventually.
The text was updated successfully, but these errors were encountered: