mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Re-export DropBehavior and SqliteTransactionBehavior.
This commit is contained in:
parent
84985dbd84
commit
dc1b0e39ed
@ -80,7 +80,8 @@ 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, Savepoint, Transaction, TransactionBehavior};
|
pub use transaction::{SqliteTransaction, SqliteTransactionBehavior, DropBehavior, Savepoint,
|
||||||
|
Transaction, TransactionBehavior};
|
||||||
pub use error::{SqliteError, Error};
|
pub use error::{SqliteError, Error};
|
||||||
pub use cache::CachedStatement;
|
pub use cache::CachedStatement;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user