Fix tests

This commit is contained in:
Alexey Milovidov 2022-09-18 08:49:48 +02:00
parent 1d279ad6b6
commit 12e950ae95

View File

@ -3,7 +3,7 @@
insert into function file('02267_data2.jsonl') select NULL as x;
insert into function file('02267_data3.jsonl') select * from numbers(0);
insert into function file('02267_data4.jsonl') select 1 as x;
select * from file('02267_data*.jsonl') order by x;
select * from file('02267_data{2..4}.jsonl') order by x;
insert into function file('02267_data1.jsonl', 'TSV') select 1 as x;
insert into function file('02267_data1.jsonl', 'TSV') select [1,2,3] as x;