Changeset: 3956868baf82 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=3956868baf82 Modified Files: sql/test/bugs/Tests/not.stable.out Branch: Jul2015 Log Message:
approved output diffs (21 lines): diff --git a/sql/test/bugs/Tests/not.stable.out b/sql/test/bugs/Tests/not.stable.out --- a/sql/test/bugs/Tests/not.stable.out +++ b/sql/test/bugs/Tests/not.stable.out @@ -33,14 +33,14 @@ Ready. % 5 # length [ true ] #select not not n.alive from nntest n; -% sys.L # table_name -% not_not_alive # name +% sys.n # table_name +% alive # name % boolean # type % 5 # length [ false ] #select not not not n.alive from nntest n; % sys.L # table_name -% not_not_not_alive # name +% not_alive # name % boolean # type % 5 # length [ true ] _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
