Changeset: 6755ff681d26 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB/rev/6755ff681d26 Modified Files: sql/test/subquery/Tests/subquery4.test Branch: returning Log Message:
Approve test. diffs (12 lines): diff --git a/sql/test/subquery/Tests/subquery4.test b/sql/test/subquery/Tests/subquery4.test --- a/sql/test/subquery/Tests/subquery4.test +++ b/sql/test/subquery/Tests/subquery4.test @@ -348,7 +348,7 @@ select iamok() statement ok drop function iamok -statement error 42000!MIN: aggregate functions not allowed in SET, WHILE, IF, ELSE, CASE, WHEN, RETURN, ANALYZE clauses (use subquery) +statement error 42000!MIN: aggregate functions not allowed in SET, WHILE, IF, ELSE, CASE, WHEN, RETURN, ANALYZE, RETURNING clauses (use subquery) UPDATE another_T SET col1 = MIN(col1) statement error 42000!SUM: aggregate functions not allowed in WHERE clause _______________________________________________ checkin-list mailing list -- checkin-list@monetdb.org To unsubscribe send an email to checkin-list-le...@monetdb.org