Changeset: 430e55a30373 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=430e55a30373
Modified Files:
        sql/test/Dependencies/Tests/Dependencies.stable.err
Branch: SciQL-2
Log Message:

approved array-ified error message
sql/test/Dependencies/Tests/Dependencies.stable.err


diffs (12 lines):

diff --git a/sql/test/Dependencies/Tests/Dependencies.stable.err 
b/sql/test/Dependencies/Tests/Dependencies.stable.err
--- a/sql/test/Dependencies/Tests/Dependencies.stable.err
+++ b/sql/test/Dependencies/Tests/Dependencies.stable.err
@@ -30,7 +30,7 @@ QUERY = ALTER TABLE t1 DROP COLUMN id;
 ERROR = !ALTER TABLE: cannot drop column 'id': there are database objects 
which depend on it
 MAPI  = (monetdb) /var/tmp/mtest-23209/.s.monetdb.33225
 QUERY = ALTER TABLE v1 DROP COLUMN age;
-ERROR = !ALTER TABLE: cannot drop column from VIEW 'v1'
+ERROR = !ALTER TABLE/ARRAY: cannot drop column from VIEW 'v1'
 MAPI  = (monetdb) /var/tmp/mtest-23209/.s.monetdb.33225
 QUERY = ALTER TABLE t2 ADD FOREIGN KEY(age_v1) REFERENCES v1(age);
 ERROR = !CONSTRAINT FOREIGN KEY: could not find referenced PRIMARY KEY in 
table 'v1'
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to