Changeset: a22012862e2a for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a22012862e2a Modified Files: sql/test/subquery/Tests/subquery3.sql Branch: default Log Message:
Merged with linear-hashing diffs (16 lines): diff --git a/sql/test/subquery/Tests/subquery3.sql b/sql/test/subquery/Tests/subquery3.sql --- a/sql/test/subquery/Tests/subquery3.sql +++ b/sql/test/subquery/Tests/subquery3.sql @@ -452,7 +452,11 @@ FROM another_T; --error, col0 doesn't ex SELECT (SELECT outt FROM evilfunction((SELECT col1))) -FROM another_T; --error, more than one row returned by a subquery used as an expression +FROM another_T; + -- 1 + -- 11 + -- 111 + -- 1111 SELECT (SELECT outt FROM evilfunction((SELECT col1 FROM tbl_ProductSales))) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list