strongduanmu commented on code in PR #30729:
URL: https://github.com/apache/shardingsphere/pull/30729#discussion_r1547062632
##########
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:
> I have finished the modifications now.
@imzhangds Good job. Do you want to get more deeply involved in the
ShardingSphere? If you are interested, please contact me.
--
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]