mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-07 11:48:58 +08:00
Merge branch 'functions' of https://github.com/gwenn/rusqlite into gwenn-functions
Conflicts: Cargo.toml src/lib.rs
This commit is contained in:
@@ -85,6 +85,7 @@ mod transaction;
|
||||
#[cfg(feature = "load_extension")]mod load_extension_guard;
|
||||
#[cfg(feature = "trace")]pub mod trace;
|
||||
#[cfg(feature = "backup")]pub mod backup;
|
||||
#[cfg(feature = "functions")] pub mod functions;
|
||||
|
||||
/// A typedef of the result returned by many methods.
|
||||
pub type SqliteResult<T> = Result<T, SqliteError>;
|
||||
|
||||
Reference in New Issue
Block a user