Changeset: 86be3e1af6ea for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=86be3e1af6ea Modified Files: sql/test/BugTracker-2008/Tests/extract_bug.SF-2075266.stable.out sql/test/BugTracker-2008/Tests/extract_bug.SF-2075266.stable.out.int128 Branch: Dec2016 Log Message:
Approved after changeset ea92be832e7e. diffs (58 lines): diff --git a/sql/test/BugTracker-2008/Tests/extract_bug.SF-2075266.stable.out b/sql/test/BugTracker-2008/Tests/extract_bug.SF-2075266.stable.out --- a/sql/test/BugTracker-2008/Tests/extract_bug.SF-2075266.stable.out +++ b/sql/test/BugTracker-2008/Tests/extract_bug.SF-2075266.stable.out @@ -29,17 +29,18 @@ Ready. [ 1 ] #SELECT EXTRACT (SECOND FROM FIPS2) #* 1000000 - 999990 FROM A; -% sys.L1 # table_name -% L1 # name +% sys.L2 # table_name +% L2 # name % decimal # type -% 21 # length -[ -990.000000 ] +% 20 # length +[ 10.000000 ] #select EXTRACT (SECOND FROM FIPS2) FROM A; -% sys.L1 # table_name -% L1 # name +% sys.L2 # table_name +% L2 # name % decimal # type % 11 # length -[ 0.999 ] +[ 1.000 ] +#drop table A; # 14:08:04 > # 14:08:04 > Done. diff --git a/sql/test/BugTracker-2008/Tests/extract_bug.SF-2075266.stable.out.int128 b/sql/test/BugTracker-2008/Tests/extract_bug.SF-2075266.stable.out.int128 --- a/sql/test/BugTracker-2008/Tests/extract_bug.SF-2075266.stable.out.int128 +++ b/sql/test/BugTracker-2008/Tests/extract_bug.SF-2075266.stable.out.int128 @@ -29,17 +29,18 @@ Ready. [ 1 ] #SELECT EXTRACT (SECOND FROM FIPS2) #* 1000000 - 999990 FROM A; -% sys.L1 # table_name -% L1 # name +% sys.L2 # table_name +% L2 # name % decimal # type -% 41 # length -[ -990.000000 ] +% 40 # length +[ 10.000000 ] #select EXTRACT (SECOND FROM FIPS2) FROM A; -% sys.L1 # table_name -% L1 # name +% sys.L2 # table_name +% L2 # name % decimal # type % 11 # length -[ 0.999 ] +[ 1.000 ] +#drop table A; # 14:08:04 > # 14:08:04 > Done. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
