sqlite-parquet-vtable/tests
Colin Dellow 893e4c63f5 Add testcase generator
Very simplistics - select M fields, filters on N fields, slight bias to
use values of same type of the field it's comparing against.

No segfaults yet, but one test case that generates differing output when
run against `nulls` and `nulls1`:

```
select rowid from nulls1 where binary_9 >= '56' and ts_5 < 496886400000;
```
2018-03-18 19:11:26 -04:00
..
templates Make rowid start from 1, not 0 2018-03-18 17:03:46 -04:00
create-queries-from-templates Also compare queries against SQLite itself 2018-03-18 17:49:12 -04:00
create-template Generate queries from templates 2018-03-18 14:28:31 -04:00
test-all Add testcase generator 2018-03-18 19:11:26 -04:00
test-non-existent Add explicit test for file not found 2018-03-18 11:58:23 -04:00
test-queries Create queries from templates if needed 2018-03-18 17:50:39 -04:00
test-random Add testcase generator 2018-03-18 19:11:26 -04:00
test-supported test case for nulls 2018-03-04 22:48:39 -05:00
test-unsupported test case for nulls 2018-03-04 22:48:39 -05:00