1
0
mirror of https://github.com/cldellow/sqlite-parquet-vtable.git synced 2025-09-12 22:29:58 +00:00

ensureColumn catches up when rows are skipped

This commit is contained in:
Colin Dellow
2018-03-04 22:29:35 -05:00
parent bb3a9440f7
commit 67005623df
11 changed files with 100 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
100-rows-1.parquet
select count(*) from (select * from test t1, test t2);
10000

View File

@@ -0,0 +1,3 @@
100-rows-1.parquet
select int8_1 from test where rowid = 50;
0

View File

@@ -0,0 +1,3 @@
100-rows-10.parquet
select int8_1 from test where rowid = 50;
0

View File

@@ -0,0 +1,3 @@
100-rows-10.parquet
select int8_1 from test where rowid = 55;
-5