Skip to content

Commit 3024d79

Browse files
committed
Implemented fetch_row for transaction
1 parent d6e3db9 commit 3024d79

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/query_result.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,9 @@ impl PSQLDriverSinglePyQueryResult {
6161

6262
#[pymethods]
6363
impl PSQLDriverSinglePyQueryResult {
64-
/// Return result as a Python list of dicts.
64+
/// Return result as a Python dict.
6565
///
66-
/// It's a common variant how to return a result for the future
67-
/// processing.
66+
/// This result is used to return single row.
6867
///
6968
/// # Errors
7069
///

0 commit comments

Comments
 (0)