Adjust xml-db2 tests
[dbsrgits/SQL-Translator.git] / t / 43xml-to-db2.t
index dbedbdb..b7771b1 100644 (file)
@@ -64,4 +64,6 @@ CREATE VIEW email_list AS
 SELECT email FROM Basic WHERE email IS NOT NULL;
 
 CREATE TRIGGER foo_trigger after insert ON Basic REFERENCING OLD AS oldrow NEW AS newrow FOR EACH ROW MODE DB2SQL update modified=timestamp();
+
+CREATE TRIGGER bar_trigger before insert, update ON Basic REFERENCING OLD AS oldrow NEW AS newrow FOR EACH ROW MODE DB2SQL update modified2=timestamp();
 SQL