Update of /cvsroot/monetdb/sql/src/test/Triggers
In directory sc8-pr-cvs16:/tmp/cvs-serv21440

Modified Files:
        trigger_activation.sql 
Log Message:
New out outputs for recursive and cascaded triggers. The previous out were 
wrong.



Index: trigger_activation.sql
===================================================================
RCS file: /cvsroot/monetdb/sql/src/test/Triggers/trigger_activation.sql,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- trigger_activation.sql      8 Dec 2006 14:22:56 -0000       1.4
+++ trigger_activation.sql      10 May 2007 16:28:51 -0000      1.5
@@ -1,6 +1,5 @@
 --this test only tests the sintax
 --the semantic should also be tested after the syntax test
-
 create table t1 (id int, name varchar(1024));
 
 insert into t1 values(10, 'monetdb');


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to