1
0
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:
Colin Dellow 2018-07-05 20:03:30 -04:00
parent 396f911691
commit 25709ae098

View File

@ -15,6 +15,7 @@ load_supported() {
CREATE VIRTUAL TABLE test USING parquet('$file');
SELECT * FROM test LIMIT 1;
SELECT 123;
DROP TABLE test;
EOF
}