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 d6e3db9 commit 3024d79Copy full SHA for 3024d79
src/query_result.rs
@@ -61,10 +61,9 @@ impl PSQLDriverSinglePyQueryResult {
61
62
#[pymethods]
63
impl PSQLDriverSinglePyQueryResult {
64
- /// Return result as a Python list of dicts.
+ /// Return result as a Python dict.
65
///
66
- /// It's a common variant how to return a result for the future
67
- /// processing.
+ /// This result is used to return single row.
68
69
/// # Errors
70
0 commit comments