Update of /cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests
In directory 
sfp-cvsdas-1.v30.ch3.sourceforge.com:/tmp/cvs-serv10921/src/test/BugTracker-2008/Tests

Modified Files:
        alter_add_constraint_should_check_existing_data.SF-2075241.stable.err 
Log Message:
moved most of the DDL statements into mal 


Index: alter_add_constraint_should_check_existing_data.SF-2075241.stable.err
===================================================================
RCS file: 
/cvsroot/monetdb/sql/src/test/BugTracker-2008/Tests/alter_add_constraint_should_check_existing_data.SF-2075241.stable.err,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- alter_add_constraint_should_check_existing_data.SF-2075241.stable.err       
14 Sep 2009 08:43:29 -0000      1.4
+++ alter_add_constraint_should_check_existing_data.SF-2075241.stable.err       
10 Jan 2010 15:33:36 -0000      1.5
@@ -80,25 +80,25 @@
 # 16:00:59 >  mclient -lsql -umonetdb -Pmonetdb --host=alviss --port=38461 
 # 16:00:59 >  
 
-MAPI  = mone...@alf:31886
+MAPI  = mone...@localhost:37406
 QUERY = alter table A add constraint test1 primary key (test);
-ERROR = !SQLException:assert:CONSTRAINT PRIMARY KEY: NOT NULL constraint 
violated for column a.test
-MAPI  = mone...@alf:31886
+ERROR = !SQLException:sql.catalog:ALTER TABLE: NOT NULL constraint violated 
for column a.test
+MAPI  = mone...@localhost:37406
 QUERY = alter table A add constraint test1 primary key (test);
 ERROR = !SQLException:assert:UPDATE: PRIMARY KEY constraint 'a.test1' violated
-MAPI  = mone...@alf:31886
+MAPI  = mone...@localhost:37406
 QUERY = insert into A (test) values (1);
 ERROR = !SQLException:assert:INSERT INTO: PRIMARY KEY constraint 'a.test1' 
violated
-MAPI  = mone...@alf:31886
+MAPI  = mone...@localhost:37406
 QUERY = alter table A add constraint test1 primary key (test, id);
-ERROR = !SQLException:assert:CONSTRAINT PRIMARY KEY: NOT NULL constraint 
violated for column a.test
-MAPI  = mone...@alf:31886
+ERROR = !SQLException:sql.catalog:ALTER TABLE: NOT NULL constraint violated 
for column a.test
+MAPI  = mone...@localhost:37406
 QUERY = alter table A add constraint test1 primary key (test, id);
-ERROR = !SQLException:assert:CONSTRAINT PRIMARY KEY: NOT NULL constraint 
violated for column a.id
-MAPI  = mone...@alf:31886
+ERROR = !SQLException:sql.catalog:ALTER TABLE: NOT NULL constraint violated 
for column a.id
+MAPI  = mone...@localhost:37406
 QUERY = alter table A add constraint test1 primary key (test, id);
-ERROR = !SQLException:assert:CONSTRAINT PRIMARY KEY: NOT NULL constraint 
violated for column a.test
-MAPI  = mone...@alf:31886
+ERROR = !SQLException:sql.catalog:ALTER TABLE: NOT NULL constraint violated 
for column a.test
+MAPI  = mone...@localhost:37406
 QUERY = insert into t2 select * from t1;
 ERROR = !SQLException:assert:INSERT INTO: PRIMARY KEY constraint 
't2.t2_id_pkey' violated
 


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to