mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 05:48:56 +08:00 
			
		
		
		
	Refactoring
Introduce VTab::destroy. Let implementation specify the iVersion. Rename simple_module into read_only_module.
This commit is contained in:
		| @@ -36,7 +36,7 @@ pub fn load_module(conn: &Connection) -> Result<()> { | ||||
| } | ||||
|  | ||||
| lazy_static! { | ||||
|     static ref ARRAY_MODULE: Module<ArrayTab> = eponymous_only_module::<ArrayTab>(); | ||||
|     static ref ARRAY_MODULE: Module<ArrayTab> = eponymous_only_module::<ArrayTab>(1); | ||||
| } | ||||
|  | ||||
| // Column numbers | ||||
|   | ||||
		Reference in New Issue
	
	Block a user