File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -383,8 +383,8 @@ impl Client {
383
383
///
384
384
/// Statements should be separated by semicolons. If an error occurs, execution of the sequence will stop at that
385
385
/// point. The simple query protocol returns the values in rows as strings rather than in their binary encodings,
386
- /// so the associated row type doesn't work with the `FromSql` trait. Rather than simply returning a stream over the
387
- /// rows, this method returns a stream over an enum which indicates either the completion of one of the commands,
386
+ /// so the associated row type doesn't work with the `FromSql` trait. Rather than simply returning a list of the
387
+ /// rows, this method returns a list of an enum which indicates either the completion of one of the commands,
388
388
/// or a row of data. This preserves the framing between the separate statements in the request.
389
389
///
390
390
/// # Warning
You can’t perform that action at this time.
0 commit comments