Refactoring

Introduce VTab::destroy.
Let implementation specify the iVersion.
Rename simple_module into read_only_module.
This commit is contained in:
gwenn
2018-07-16 20:17:53 +02:00
parent 849dbda5e8
commit 669663304e
5 changed files with 53 additions and 13 deletions

View File

@@ -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