mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-26 19:41:37 +08:00
Misc
This commit is contained in:
parent
424a6c0cc8
commit
b4db5666b6
@ -296,7 +296,7 @@ macro_rules! init_module {
|
|||||||
|
|
||||||
static $module_name: ffi::sqlite3_module = ffi::sqlite3_module {
|
static $module_name: ffi::sqlite3_module = ffi::sqlite3_module {
|
||||||
iVersion: 1,
|
iVersion: 1,
|
||||||
xCreate: $create,
|
xCreate: $create, /* For eponymous-only virtual tables, the xCreate method is NULL */
|
||||||
xConnect: Some($connect), /* A virtual table is eponymous if its xCreate method is the exact same function as the xConnect method */
|
xConnect: Some($connect), /* A virtual table is eponymous if its xCreate method is the exact same function as the xConnect method */
|
||||||
xBestIndex: Some($best_index),
|
xBestIndex: Some($best_index),
|
||||||
xDisconnect: Some($disconnect),
|
xDisconnect: Some($disconnect),
|
||||||
|
Loading…
Reference in New Issue
Block a user