Changeset: 502a464a659b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/502a464a659b
Modified Files:
        sql/test/miscellaneous/Tests/simple_selects.test
Branch: antipush
Log Message:

Approved output


diffs (14 lines):

diff --git a/sql/test/miscellaneous/Tests/simple_selects.test 
b/sql/test/miscellaneous/Tests/simple_selects.test
--- a/sql/test/miscellaneous/Tests/simple_selects.test
+++ b/sql/test/miscellaneous/Tests/simple_selects.test
@@ -670,8 +670,8 @@ project (
 | | project (
 | | |  [ boolean "true" ]
 | | ) [ tinyint "1" as "x"."x" ]
-| ) [ "x"."x" NOT NULL as "z" ] [ "z" NOT NULL ]
-) [ "z" NOT NULL, tinyint "2" ]
+| ) [ "x"."x" NOT NULL UNIQUE as "z" ] [ "z" NOT NULL UNIQUE ]
+) [ "z" NOT NULL UNIQUE, tinyint "2" ]
 
 statement error
 select x as z, y as z from (select 1, 2) as x(x,y) group by z
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to