Skip to content

Commit 02f6efe

Browse files
committed
Added pipeline functionality for transactions
1 parent e8f21e7 commit 02f6efe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/driver/transaction.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ impl RustTransaction {
222222
///
223223
/// # Errors
224224
///
225-
/// May return Err Result if
225+
/// May return Err Result if can't join futures or cannot execute
226+
/// any of queries.
226227
pub async fn inner_pipeline(
227228
&self,
228229
queries: Vec<(String, Vec<PythonDTO>)>,

0 commit comments

Comments
 (0)