Changeset: 9f73e7e8a96b for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=9f73e7e8a96b
Added Files:
        
sql/test/BugTracker-2018/Tests/sqlitelogictest-missing-bulk-implementation.Bug-6575.sql
Modified Files:
        sql/test/BugTracker-2018/Tests/All
Branch: default
Log Message:

Added test for bug 6575


diffs (17 lines):

diff --git a/sql/test/BugTracker-2018/Tests/All 
b/sql/test/BugTracker-2018/Tests/All
--- a/sql/test/BugTracker-2018/Tests/All
+++ b/sql/test/BugTracker-2018/Tests/All
@@ -47,3 +47,4 @@ sqlitelogictest-not-between-wrong.Bug-65
 sqlitelogictest-undefined-calc.Bug-6570
 ordered-index-error.Bug-6572
 sqlitelogictest-complex-case.Bug-6573
+sqlitelogictest-missing-bulk-implementation.Bug-6575
diff --git 
a/sql/test/BugTracker-2018/Tests/sqlitelogictest-missing-bulk-implementation.Bug-6575.sql
 
b/sql/test/BugTracker-2018/Tests/sqlitelogictest-missing-bulk-implementation.Bug-6575.sql
new file mode 100644
--- /dev/null
+++ 
b/sql/test/BugTracker-2018/Tests/sqlitelogictest-missing-bulk-implementation.Bug-6575.sql
@@ -0,0 +1,4 @@
+CREATE TABLE tab1(col0 INTEGER, col1 INTEGER, col2 INTEGER);
+INSERT INTO tab1 VALUES(22,6,8), (28,57,45), (82,44,71);
+SELECT ALL - 52 * + COALESCE ( + col2, + 47 / + 25 ) FROM tab1 AS cor0 GROUP 
BY cor0.col2, cor0.col2;
+DROP TABLE tab1;
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to