1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-03-12 07:49:45 +00:00

7 Commits

Author SHA1 Message Date
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