Changeset: e1a77e396b94 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=e1a77e396b94
Added Files:
        
sql/test/BugTracker-2017/Tests/sqlitelogictest-select-not-in.Bug-6435.sql
Modified Files:
        sql/test/BugTracker-2017/Tests/All
Branch: Jul2017
Log Message:

Added test for bug 6435


diffs (16 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
@@ -83,3 +83,4 @@ sqlitelogictest-aggregation-having-avg.B
 sqlitelogictest-aggregation-distinct-coalesce.Bug-6431
 sqlsmith.Bug-6432
 sqlitelogictest-select-in.Bug-6433
+sqlitelogictest-select-not-in.Bug-6435
diff --git 
a/sql/test/BugTracker-2017/Tests/sqlitelogictest-select-not-in.Bug-6435.sql 
b/sql/test/BugTracker-2017/Tests/sqlitelogictest-select-not-in.Bug-6435.sql
new file mode 100644
--- /dev/null
+++ b/sql/test/BugTracker-2017/Tests/sqlitelogictest-select-not-in.Bug-6435.sql
@@ -0,0 +1,3 @@
+CREATE TABLE tab0(pk INTEGER PRIMARY KEY, col0 INTEGER, col1 FLOAT, col2 TEXT, 
col3 INTEGER, col4 FLOAT, col5 TEXT);
+SELECT ALL * FROM tab0 cor0 WHERE - 62 NOT IN ( 9, - ( + + 67 ) ) AND - col0 * 
+ 51 BETWEEN + 8 AND - - 95;
+DROP TABLE tab0;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to