File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -383,8 +383,8 @@ impl Client {
383383 ///
384384 /// Statements should be separated by semicolons. If an error occurs, execution of the sequence will stop at that
385385 /// 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,
388388 /// or a row of data. This preserves the framing between the separate statements in the request.
389389 ///
390390 /// # Warning
You can’t perform that action at this time.
0 commit comments