exercise xDestroy

This commit is contained in:
Colin Dellow 2018-07-05 20:03:30 -04:00
parent 396f911691
commit 25709ae098
1 changed files with 1 additions and 0 deletions

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
}