mirror of
https://github.com/isar/rusqlite.git
synced 2026-01-01 00:12:24 +08:00
Port vtablog as an example of a writable VTab
This commit is contained in:
@@ -153,7 +153,7 @@ unsafe impl<'vtab> VTab<'vtab> for SeriesTab {
|
||||
Ok(())
|
||||
}
|
||||
|
||||
fn open(&self) -> Result<SeriesTabCursor<'_>> {
|
||||
fn open(&mut self) -> Result<SeriesTabCursor<'_>> {
|
||||
Ok(SeriesTabCursor::new())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user