mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-12-18 06:13:28 +00:00
Convert existing tests to use new runner
This commit is contained in:
2
tests/normal-use/string-7-is-not-null/query.sql
Normal file
2
tests/normal-use/string-7-is-not-null/query.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
select rowid, bool_0, quote(binary_10) FROM dataset where string_7 is not null;
|
||||
.output
|
||||
50
tests/normal-use/string-7-is-not-null/results.txt
Normal file
50
tests/normal-use/string-7-is-not-null/results.txt
Normal file
@@ -0,0 +1,50 @@
|
||||
1|1|X'00'
|
||||
2|0|X'01'
|
||||
3|1|X'02'
|
||||
4|0|X'03'
|
||||
5|1|X'04'
|
||||
6|0|X'05'
|
||||
7|1|X'06'
|
||||
8|0|X'07'
|
||||
9|1|X'08'
|
||||
10|0|X'09'
|
||||
21||NULL
|
||||
23||NULL
|
||||
25||NULL
|
||||
27||NULL
|
||||
29||NULL
|
||||
31||NULL
|
||||
33||NULL
|
||||
35||NULL
|
||||
37||NULL
|
||||
39||NULL
|
||||
41||NULL
|
||||
43||NULL
|
||||
45||NULL
|
||||
47||NULL
|
||||
49||NULL
|
||||
51||NULL
|
||||
53||NULL
|
||||
55||NULL
|
||||
57||NULL
|
||||
59||NULL
|
||||
61||NULL
|
||||
63||NULL
|
||||
65||NULL
|
||||
67||NULL
|
||||
69||NULL
|
||||
71||NULL
|
||||
73||NULL
|
||||
75||NULL
|
||||
77||NULL
|
||||
79||NULL
|
||||
81||NULL
|
||||
83||NULL
|
||||
85||NULL
|
||||
87||NULL
|
||||
89||NULL
|
||||
91||NULL
|
||||
93||NULL
|
||||
95||NULL
|
||||
97||NULL
|
||||
99||NULL
|
||||
Reference in New Issue
Block a user