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