mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-20 21:09:31 +08:00
Inline csv dependency
This commit is contained in:
@@ -35,7 +35,7 @@ use types::{FromSql, FromSqlError, ToSql, ValueRef};
|
||||
// \-> vtab.xbestindex
|
||||
// stmt.query().next();
|
||||
// \-> vtab.xopen
|
||||
// |-> let cursor: Cursor = ...; // on the heap
|
||||
// |-> let cursor: VTabCursor = ...; // on the heap
|
||||
// |-> cursor.xfilter or xnext
|
||||
// |-> cursor.xeof
|
||||
// \-> if not eof { cursor.column or xrowid } else { cursor.xclose }
|
||||
|
Reference in New Issue
Block a user