We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8f21e7 commit 02f6efeCopy full SHA for 02f6efe
src/driver/transaction.rs
@@ -222,7 +222,8 @@ impl RustTransaction {
222
///
223
/// # Errors
224
225
- /// May return Err Result if
+ /// May return Err Result if can't join futures or cannot execute
226
+ /// any of queries.
227
pub async fn inner_pipeline(
228
&self,
229
queries: Vec<(String, Vec<PythonDTO>)>,
0 commit comments