terrymanu commented on issue #27066:
URL: 
https://github.com/apache/shardingsphere/issues/27066#issuecomment-5328951462

   Hi @FlyingZC, thanks for reporting this.
   
   All five `CREATE OR REPLACE` statements listed in this issue are now 
supported by the Oracle parser on the current master:
   
   - `CREATE OR REPLACE PACKAGE BODY` with function definitions;
   - `CREATE OR REPLACE PRIVATE OUTLINE ... FROM ...` (#31283, with a covered 
SQL case in `create-outline.xml`);
   - `CREATE OR REPLACE PACKAGE` with `TYPE ... IS TABLE OF ... INDEX BY ...`;
   - `CREATE OR REPLACE TRIGGER ... FORWARD CROSSEDITION` (#39286);
   - `CREATE OR REPLACE TRIGGER ... COMPOUND TRIGGER` (#39286).
   
   We verified each sample SQL from this issue parses successfully with the 
generated Oracle parser on master. Since the parsing capability has landed, we 
are closing this issue. Adding SQL cases for cross-edition and compound 
triggers is still welcome as follow-up contributions.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to