Changeset: 6939acb0621d for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6939acb0621d Modified Files: sql/test/BugDay_2005-12-19_2.9.3/Tests/NULL_in_CASE.SF-1211335.stable.out sql/test/BugTracker-2014/Tests/ifthenelse.Bug-3629.stable.out Branch: queryid2 Log Message:
approve test output diffs (70 lines): diff --git a/sql/test/BugDay_2005-12-19_2.9.3/Tests/NULL_in_CASE.SF-1211335.stable.out b/sql/test/BugDay_2005-12-19_2.9.3/Tests/NULL_in_CASE.SF-1211335.stable.out --- a/sql/test/BugDay_2005-12-19_2.9.3/Tests/NULL_in_CASE.SF-1211335.stable.out +++ b/sql/test/BugDay_2005-12-19_2.9.3/Tests/NULL_in_CASE.SF-1211335.stable.out @@ -25,40 +25,40 @@ Ready. # 11:50:59 > #select CASE WHEN 1=1 THEN 1 ELSE NULL END; -% .L1 # table_name -% L1 # name +% .L2 # table_name +% L2 # name % tinyint # type % 1 # length [ 1 ] #select CASE WHEN 1=0 THEN 1 ELSE NULL END; -% .L1 # table_name -% L1 # name +% .L2 # table_name +% L2 # name % tinyint # type -% 4 # length +% 1 # length [ NULL ] #select CASE WHEN 2=2 THEN 2 else cast(null as char) end; -% .L2 # table_name -% L2 # name +% .L3 # table_name +% L3 # name % char # type % 1 # length [ "2" ] #select CASE WHEN 2=0 THEN 2 else cast(null as char) end; -% .L2 # table_name -% L2 # name +% .L3 # table_name +% L3 # name % char # type % 1 # length [ NULL ] #select CASE WHEN 3=3 THEN 3 else cast(null as int) end; -% .L2 # table_name -% L2 # name +% .L3 # table_name +% L3 # name % int # type % 1 # length [ 3 ] #select CASE WHEN 3=0 THEN 3 else cast(null as int) end; -% .L2 # table_name -% L2 # name +% .L3 # table_name +% L3 # name % int # type -% 11 # length +% 1 # length [ NULL ] # 11:35:46 > diff --git a/sql/test/BugTracker-2014/Tests/ifthenelse.Bug-3629.stable.out b/sql/test/BugTracker-2014/Tests/ifthenelse.Bug-3629.stable.out --- a/sql/test/BugTracker-2014/Tests/ifthenelse.Bug-3629.stable.out +++ b/sql/test/BugTracker-2014/Tests/ifthenelse.Bug-3629.stable.out @@ -56,7 +56,7 @@ Ready. % .L2 # table_name % L2 # name % int # type -% 11 # length +% 1 # length [ NULL ] # 18:33:32 > _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list