Changeset: c33fc37c3787 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/c33fc37c3787 Modified Files: sql/test/SQLancer/Tests/sqlancer23.test Branch: default Log Message:
Approved error messages diffs (16 lines): diff --git a/sql/test/SQLancer/Tests/sqlancer23.test b/sql/test/SQLancer/Tests/sqlancer23.test --- a/sql/test/SQLancer/Tests/sqlancer23.test +++ b/sql/test/SQLancer/Tests/sqlancer23.test @@ -185,10 +185,10 @@ SELECT 1 FROM (SELECT 2) x(x) JOIN (SELE statement error 42000!SELECT: aggregate functions not allowed in JOIN conditions SELECT 1 FROM (SELECT 2) x(x) JOIN (SELECT 3) y(y) ON ((SELECT max((SELECT x.x))) UNION (SELECT 4)) -statement error 42000!SELECT: aggregate functions not allowed in JOIN conditions +statement error 42000!MAX: aggregate functions not allowed in JOIN conditions SELECT 1 FROM (SELECT 1) x(x) JOIN (SELECT 1) y(y) ON max((((SELECT (SELECT x.x))) UNION (SELECT 1))) -statement error 42000!SELECT: aggregate functions not allowed in JOIN conditions +statement error 42000!MAX: aggregate functions not allowed in JOIN conditions SELECT 1 FROM (SELECT 1) x(x) JOIN (SELECT 1) y(y) ON max((((SELECT (SELECT x.x))) UNION (SELECT (SELECT y.y)))) statement error 42000!SELECT: aggregate functions not allowed in JOIN conditions _______________________________________________ checkin-list mailing list -- [email protected] To unsubscribe send an email to [email protected]
