mirror of
https://github.com/cldellow/sqlite-parquet-vtable.git
synced 2025-04-03 09:39:47 +00:00
exercise xDestroy
This commit is contained in:
parent
396f911691
commit
25709ae098
@ -15,6 +15,7 @@ load_supported() {
|
||||
CREATE VIRTUAL TABLE test USING parquet('$file');
|
||||
SELECT * FROM test LIMIT 1;
|
||||
SELECT 123;
|
||||
DROP TABLE test;
|
||||
EOF
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user