Changeset: 9fc30561cb39 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9fc30561cb39
Modified Files:
sql/test/SQLancer/Tests/sqlancer05.sql
Branch: Oct2020
Log Message:
This query must throw an error
diffs (10 lines):
diff --git a/sql/test/SQLancer/Tests/sqlancer05.sql
b/sql/test/SQLancer/Tests/sqlancer05.sql
--- a/sql/test/SQLancer/Tests/sqlancer05.sql
+++ b/sql/test/SQLancer/Tests/sqlancer05.sql
@@ -154,3 +154,6 @@ ON (COALESCE(v0.c1, v0.c1, v0.c1, v0.c1)
NATURAL JOIN (SELECT t1.c0, CAST(48 AS INT), t2.c0 FROM t2, v0, v1, t0, t1) AS
sub0;
-- I think it's the same error as the previous one, it can't be computed
ROLLBACK;
+
+select sub0.c0 from (select 1 as c0, 2 as c0) as sub0;
+ --error, column reference "c0" is ambiguous
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list