Fix non-eponymous virtual table declaration

Ensure that xCreate is different from xConnect for non-eponymous
virtual tables (even when the implementation is the same).
This commit is contained in:
gwenn
2018-05-05 10:33:05 +02:00
parent 30e23cf0a0
commit 702e58f744
4 changed files with 83 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ pub fn load_module(conn: &Connection) -> Result<()> {
conn.create_module("generate_series", &SERIES_MODULE, aux)
}
init_module!(SERIES_MODULE,
eponymous_module!(SERIES_MODULE,
SeriesTab,
SeriesTabCursor,
None,