1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-12 22:29:58 +00:00

Fix incorrect row pruning for non-text BYTE_ARRAY

This commit is contained in:
Colin Dellow
2018-03-18 19:43:09 -04:00
parent 893e4c63f5
commit 8bf890ab66
3 changed files with 39 additions and 2 deletions

View File

@@ -0,0 +1,37 @@
select rowid from nulls1 where binary_9 >= '56' and ts_5 < 496886400000;
1
2
3
4
5
6
7
8
9
10
21
23
25
27
29
31
33
35
37
39
41
43
45
47
49
51
53
55
57
59
61
63
65
67
69
71