mirror of
				https://github.com/isar/rusqlite.git
				synced 2025-10-31 22:08:55 +08:00 
			
		
		
		
	Re-export Savepoint.
This commit is contained in:
		| @@ -80,7 +80,7 @@ use error::{error_from_sqlite_code, error_from_handle}; | ||||
| use raw_statement::RawStatement; | ||||
| use cache::StatementCache; | ||||
|  | ||||
| pub use transaction::{SqliteTransaction, Transaction, TransactionBehavior}; | ||||
| pub use transaction::{SqliteTransaction, Savepoint, Transaction, TransactionBehavior}; | ||||
| pub use error::{SqliteError, Error}; | ||||
| pub use cache::CachedStatement; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user