-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
DV Sprint 66
-
0.5
A query such as "select FirstName, ROW_ID from Sheet1 where ROW_ID != 15 LIMIT 1,3" against the test names.xls will produce 2 rows as a result when 3 are expected. This is because the row limit and where predicate are applied conjunctively, rather than the limit on top of the predicate result.