|
1 | 1 | /*
|
2 |
| - Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights |
| 2 | + Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights |
3 | 3 | reserved.
|
4 | 4 |
|
5 | 5 | This program is free software; you can redistribute it and/or
|
@@ -62,13 +62,12 @@ var q9 = {p1: 7, p2: 2, expected: [0, 1, 8, 9], queryType: 3, ordered: false, pr
|
62 | 62 | return qdt.ttinyint.gt(qdt.param('p1')).orNot((qdt.ttinyint.ge(qdt.param('p2'))));
|
63 | 63 | }};
|
64 | 64 |
|
65 |
| -//// no predicate === no where function |
66 |
| -//var q10 = {expected: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], queryType: 3, ordered: false, |
67 |
| -// predicate: function(qdt) { |
68 |
| -// }}; |
| 65 | +// no predicate === no where function |
| 66 | +var q10 = {expected: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9], queryType: 3, ordered: false, |
| 67 | + predicate: function(qdt) { |
| 68 | + }}; |
69 | 69 |
|
70 |
| -//var queryTests = [q1, q2, q3, q4, q5, q6, q7, q8, q9, q10]; |
71 |
| -var queryTests = [q1, q2, q3, q4, q5, q6, q7, q8, q9]; |
| 70 | +var queryTests = [q1, q2, q3, q4, q5, q6, q7, q8, q9, q10]; |
72 | 71 |
|
73 | 72 | /***** Build and run queries ***/
|
74 | 73 | var testQueries = new harness.ConcurrentTest("testQueries");
|
|
0 commit comments