1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-04-03 09:39:47 +00:00

14 Commits

Author SHA1 Message Date
Colin Dellow
025320d525 more tests 2018-07-05 21:42:10 -04:00
Colin Dellow
6a35bf41df more tests 2018-07-05 21:28:58 -04:00
Colin Dellow
dcaaf2ab80 test: long LIKE 2018-07-05 21:09:09 -04:00
Colin Dellow
980291feff add glob tests 2018-07-05 21:05:06 -04:00
Colin Dellow
16bc06b813 testcase: skip floats 2018-07-05 20:51:49 -04:00
Colin Dellow
45ecf24a75 Support float32
Fixes #32
2018-07-05 19:48:14 -04:00
Colin Dellow
fd06ec5a23 test rowid IS NULL
Found via coverage
2018-07-05 19:17:19 -04:00
Colin Dellow
ebb0eb7710 Add test case for #30 2018-07-04 19:59:55 -04:00
Colin Dellow
2e1ac92882 Revert "Add other random test case"
This reverts commit 3bdc6f7078e39e56e21bb3fb965c01fd8447479e.
2018-07-04 19:49:42 -04:00
Colin Dellow
3bdc6f7078 Add other random test case 2018-07-04 19:48:36 -04:00
Colin Dellow
33f8dbe4f4 Add test case for #26 2018-07-04 19:45:08 -04:00
Colin Dellow
8bf890ab66 Fix incorrect row pruning for non-text BYTE_ARRAY 2018-03-18 19:43:09 -04:00
Colin Dellow
e2af2a07a4 Make rowid start from 1, not 0
Unclear whether this is strictly required, but I'm going to start using
SQLite as an oracle, and it'll be simpler if our rowids match theirs.
2018-03-18 17:03:46 -04:00
Colin Dellow
e3f0dff083 Move queries/* to templates 2018-03-18 13:28:56 -04:00