mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-19 14:28:58 +08:00
IntArray virtual table.
This commit is contained in:
@@ -89,7 +89,7 @@ mod error;
|
||||
#[cfg(feature = "backup")]pub mod backup;
|
||||
#[cfg(feature = "functions")] pub mod functions;
|
||||
#[cfg(feature = "blob")] pub mod blob;
|
||||
#[cfg(feature = "vtab")] pub mod vtab;
|
||||
#[cfg(all(feature = "vtab", feature = "functions"))] pub mod vtab;
|
||||
|
||||
/// Old name for `Result`. `SqliteResult` is deprecated.
|
||||
pub type SqliteResult<T> = Result<T>;
|
||||
|
Reference in New Issue
Block a user