We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b83d20 commit 476fd1aCopy full SHA for 476fd1a
src/query.rs
@@ -85,7 +85,7 @@ impl Query {
85
Ok(RowCursor(RowBinaryCursor::new(response)))
86
}
87
88
- /// Executes the query, returning a [`RowJsonCursor`] to obtain results.
+ /// Executes the query, returning a [`watch::RowJsonCursor`] to obtain results.
89
#[cfg(feature = "watch")]
90
pub fn fetch_json<T>(mut self) -> Result<watch::RowJsonCursor<T>> {
91
self.sql.append(" FORMAT JSONEachRowWithProgress");
0 commit comments