Merge branch 'blob' of https://github.com/gwenn/rusqlite into gwenn-blob

This commit is contained in:
John Gallagher
2015-12-14 13:35:05 -05:00
3 changed files with 215 additions and 0 deletions

View File

@@ -86,6 +86,7 @@ mod named_params;
#[cfg(feature = "trace")]pub mod trace;
#[cfg(feature = "backup")]pub mod backup;
#[cfg(feature = "functions")] pub mod functions;
#[cfg(feature = "blob")] pub mod blob;
/// Old name for `Result`. `SqliteResult` is deprecated.
pub type SqliteResult<T> = Result<T>;