1
0
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:
Addie Morrison
2019-12-15 08:57:43 -06:00
parent b0b76dbdd9
commit 2b2746ecb2
327 changed files with 1208 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
select rowid, bool_0, quote(binary_10) FROM dataset where string_7 is not null;
.output

View 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