Changeset: 60d2defaa830 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/60d2defaa830
Modified Files:
        sql/test/nested/Tests/array.test
Branch: nested
Log Message:

Adds test for ambiguous col name unnest (with renaming)


diffs (22 lines):

diff --git a/sql/test/nested/Tests/array.test b/sql/test/nested/Tests/array.test
--- a/sql/test/nested/Tests/array.test
+++ b/sql/test/nested/Tests/array.test
@@ -194,6 +194,18 @@ select elements from amb, unnest(element
 {20,21}
 {20,21}
 
+query T nosort 
+select elements, u.elements from amb, unnest(elements) u
+----
+{10,11}
+10
+{10,11}
+11
+{20,21}
+20
+{20,21}
+21
+
 ## variable-length type array
 
 statement ok
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to