mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-12-16 06:03:28 +00:00
Convert existing tests to use new runner
This commit is contained in:
2
tests/normal-use/nulls-like-percent-end/query.sql
Normal file
2
tests/normal-use/nulls-like-percent-end/query.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
select string_7, string_8 FROM dataset where string_8 like '0%';
|
||||
.output
|
||||
49
tests/normal-use/nulls-like-percent-end/results.txt
Normal file
49
tests/normal-use/nulls-like-percent-end/results.txt
Normal file
@@ -0,0 +1,49 @@
|
||||
0|000
|
||||
1|001
|
||||
2|002
|
||||
3|003
|
||||
4|004
|
||||
5|005
|
||||
6|006
|
||||
7|007
|
||||
8|008
|
||||
9|009
|
||||
|021
|
||||
|023
|
||||
|025
|
||||
|027
|
||||
|029
|
||||
|031
|
||||
|033
|
||||
|035
|
||||
|037
|
||||
|039
|
||||
|041
|
||||
|043
|
||||
|045
|
||||
|047
|
||||
|049
|
||||
|051
|
||||
|053
|
||||
|055
|
||||
|057
|
||||
|059
|
||||
|061
|
||||
|063
|
||||
|065
|
||||
|067
|
||||
|069
|
||||
|071
|
||||
|073
|
||||
|075
|
||||
|077
|
||||
|079
|
||||
|081
|
||||
|083
|
||||
|085
|
||||
|087
|
||||
|089
|
||||
|091
|
||||
|093
|
||||
|095
|
||||
|097
|
||||
Reference in New Issue
Block a user