IntArray virtual table.

This commit is contained in:
gwenn
2016-01-24 12:18:21 +01:00
parent 2d6705b03e
commit e17678b173
2 changed files with 174 additions and 67 deletions

View File

@@ -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>;