Changeset: ca1758c8b9b8 for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ca1758c8b9b8 Added Files: sql/test/BugTracker-2017/Tests/sqlitelogictest-having-with-not-in.Bug-6409.sql Modified Files: sql/test/BugTracker-2017/Tests/All Branch: Jul2017 Log Message:
Added test for bug 6409 diffs (15 lines): diff --git a/sql/test/BugTracker-2017/Tests/All b/sql/test/BugTracker-2017/Tests/All --- a/sql/test/BugTracker-2017/Tests/All +++ b/sql/test/BugTracker-2017/Tests/All @@ -71,3 +71,4 @@ side-effect.Bug-6397 copy_into_crash.Bug-6404 null_matches_in_outer.Bug-6398 corr_coersion.Bug-6287 +sqlitelogictest-having-with-not-in.Bug-6409 diff --git a/sql/test/BugTracker-2017/Tests/sqlitelogictest-having-with-not-in.Bug-6409.sql b/sql/test/BugTracker-2017/Tests/sqlitelogictest-having-with-not-in.Bug-6409.sql new file mode 100644 --- /dev/null +++ b/sql/test/BugTracker-2017/Tests/sqlitelogictest-having-with-not-in.Bug-6409.sql @@ -0,0 +1,2 @@ +CREATE TABLE tab1(col0 INTEGER, col1 INTEGER, col2 INTEGER); +SELECT cor0.col1 FROM tab1 AS cor0 GROUP BY cor0.col1 HAVING NULL NOT IN ( - cor0.col1 ); _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
