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:
37
tests/templates/139-random-testcase.sql
Normal file
37
tests/templates/139-random-testcase.sql
Normal 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
|
Reference in New Issue
Block a user