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/binary-lte/query.sql
Normal file
2
tests/normal-use/binary-lte/query.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
select rowid FROM dataset where binary_10 <= x'01' order by 1;
|
||||
.output
|
||||
2
tests/normal-use/binary-lte/results.txt
Normal file
2
tests/normal-use/binary-lte/results.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
1
|
||||
2
|
||||
Reference in New Issue
Block a user