Skip to content

Commit 627f101

Browse files
committed
Remove deprecated get_transaction_isolation
1 parent 569ff87 commit 627f101

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/lib.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1131,13 +1131,6 @@ impl Connection {
11311131
self.batch_execute(level.to_set_query())
11321132
}
11331133

1134-
/// # Deprecated
1135-
///
1136-
/// Use `transaction_isolation` instead.
1137-
pub fn get_transaction_isolation(&self) -> Result<IsolationLevel> {
1138-
self.transaction_isolation()
1139-
}
1140-
11411134
/// Returns the isolation level which will be used for future transactions.
11421135
pub fn transaction_isolation(&self) -> Result<IsolationLevel> {
11431136
let mut conn = self.conn.borrow_mut();

0 commit comments

Comments
 (0)