imzhangds commented on code in PR #30729:
URL: https://github.com/apache/shardingsphere/pull/30729#discussion_r1546232853
##########
parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/PLSQL.g4:
##########
@@ -314,6 +321,13 @@ ifStatement
END IF SEMI_
;
+modifyingStatement
+ : IF modifyingExpression THEN statement+
Review Comment:
Okay, I'll make the changes right away.
##########
parser/sql/dialect/oracle/src/main/antlr4/imports/oracle/PLSQL.g4:
##########
@@ -574,15 +588,15 @@ plsqlTriggerSource
;
simpleDmlTrigger
- : (BEFORE | AFTER) dmlEventClause (FOR EACH ROW)? triggerBody
+ : (BEFORE | AFTER) dmlEventClause (FOR EACH ROW)? () ? triggerBody
Review Comment:
Okay, I'll make the changes right away.
--
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]