Changeset: 61d720fd3e01 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/61d720fd3e01 Modified Files: sql/test/analytics/Tests/analytics20.test sql/test/miscellaneous/Tests/groupby_prepare.test sql/test/prepare/Tests/limit_in_prepare.Bug-2552.test Branch: pp_hashjoin Log Message:
approved output diffs (162 lines): diff --git a/sql/test/analytics/Tests/analytics20.test b/sql/test/analytics/Tests/analytics20.test --- a/sql/test/analytics/Tests/analytics20.test +++ b/sql/test/analytics/Tests/analytics20.test @@ -76,7 +76,7 @@ query TIITTT rowsort prepare select max(aa) over (order by bb range between ? preceding and 10 following) from stressme order by 1 ---- int -31 +3 0 NULL NULL diff --git a/sql/test/miscellaneous/Tests/groupby_prepare.test b/sql/test/miscellaneous/Tests/groupby_prepare.test --- a/sql/test/miscellaneous/Tests/groupby_prepare.test +++ b/sql/test/miscellaneous/Tests/groupby_prepare.test @@ -8,13 +8,13 @@ query TIITTT nosort prepare select col0 from tab0 where (?) in (select col0 from tab0) ---- int -31 +7 0 (empty) tab0 col0 int -31 +7 0 NULL NULL @@ -24,19 +24,19 @@ query TIITTT nosort prepare select col0 from tab0 where (?,?) in (select col0,col1 from tab0) ---- int -31 +7 0 (empty) tab0 col0 int -31 +7 0 NULL NULL NULL int -31 +7 0 NULL NULL @@ -46,13 +46,13 @@ query TIITTT nosort prepare select col0 from tab0 where (col1,col1) in (select col0,? from tab0) ---- int -31 +7 0 (empty) tab0 col0 int -31 +7 0 NULL NULL @@ -62,19 +62,19 @@ query TIITTT nosort prepare select col0 from tab0 where (col1,col1) in (select ?,? from tab0) ---- int -31 +7 0 (empty) tab0 col0 int -31 +7 0 NULL NULL NULL int -31 +7 0 NULL NULL @@ -84,13 +84,13 @@ query TIITTT nosort prepare select col0 from tab0 where (col0) in (?) ---- int -31 +7 0 (empty) tab0 col0 int -31 +7 0 NULL NULL @@ -100,19 +100,19 @@ query TIITTT nosort prepare select col0 from tab0 where (col0) in (?,?) ---- int -31 +7 0 (empty) tab0 col0 int -31 +7 0 NULL NULL NULL int -31 +7 0 NULL NULL @@ -128,7 +128,7 @@ boolean %5 %5 int -31 +7 0 NULL NULL @@ -144,7 +144,7 @@ boolean %4 %4 int -31 +7 0 NULL NULL diff --git a/sql/test/prepare/Tests/limit_in_prepare.Bug-2552.test b/sql/test/prepare/Tests/limit_in_prepare.Bug-2552.test --- a/sql/test/prepare/Tests/limit_in_prepare.Bug-2552.test +++ b/sql/test/prepare/Tests/limit_in_prepare.Bug-2552.test @@ -64,7 +64,7 @@ query TIITTT nosort prepare select * from rr order by id limit ? ---- int -31 +2 0 (empty) rr _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
