zhuruixuan commented on code in PR #30742:
URL: https://github.com/apache/shardingsphere/pull/30742#discussion_r1547244037


##########
test/it/parser/src/main/resources/sql/supported/ddl/create-trigger.xml:
##########
@@ -50,4 +50,47 @@
         BEGIN
             :NEW.ID := Contacts_Seq.NEXTVAL;
         END;" db-types="Oracle" />
+    <sql-case id="create_trigger_with_dataManipulationLanguage_statement" 
value="CREATE OR REPLACE TRIGGER lineitems_trigger
+  AFTER INSERT OR UPDATE OR DELETE ON lineitems

Review Comment:
   I have added appropriate indentation to improve the readability of the code
   
   > Is it possible to increase the indentation?
   
   



-- 
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