mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-02 06:48:55 +08:00
Introduce context module
To make `set_result` and `report_error` in functions module visible to vtab module.
This commit is contained in:
@@ -128,6 +128,8 @@ pub use hooks::*;
|
||||
mod unlock_notify;
|
||||
#[cfg(feature = "vtab")]
|
||||
pub mod vtab;
|
||||
#[cfg(any(feature = "functions", feature = "vtab"))]
|
||||
mod context;
|
||||
|
||||
// Number of cached prepared statements we'll hold on to.
|
||||
const STATEMENT_CACHE_DEFAULT_CAPACITY: usize = 16;
|
||||
|
||||
Reference in New Issue
Block a user