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