Re-export Savepoint.

This commit is contained in:
John Gallagher 2016-05-19 20:32:17 -05:00
parent 9379002076
commit d27ed0de63

View File

@ -80,7 +80,7 @@ use error::{error_from_sqlite_code, error_from_handle};
use raw_statement::RawStatement; use raw_statement::RawStatement;
use cache::StatementCache; use cache::StatementCache;
pub use transaction::{SqliteTransaction, Transaction, TransactionBehavior}; pub use transaction::{SqliteTransaction, Savepoint, Transaction, TransactionBehavior};
pub use error::{SqliteError, Error}; pub use error::{SqliteError, Error};
pub use cache::CachedStatement; pub use cache::CachedStatement;