-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
Description
This is just a reminder for myself, so far I found the following Oracle specific statements missing:
Fixed by PR Implement Oracle's Alter System #1288ALTER SYSTEM
Fixed by PR Implements Oracle RENAME oldTable TO newTable Statement #1286RENAME table TO ...
Fixed by PR Implement Oracle Purge Statement #1287PURGE ...
fixed by PR Oracle Multi Column Drop #1379ALTER TABLE ...
DROP
for multiple columnsfixed, it is working in JSQLFormatterALTER TABLE ...
ADD
for multiple columnsINSERT
for multiple valuesfixed by PR Add some flexibility to the Alter Statement #1293ALTER TABLE ... MOVE TABLESPACE ...
Please feel free to add to the list. I would want to implement these statements eventually.