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 c529b45 commit 4b83cd0Copy full SHA for 4b83cd0
Doc/library/sqlite3.rst
@@ -1425,7 +1425,9 @@ Cursor objects
1425
1426
.. method:: fetchone()
1427
1428
- Return the next row of a query result set as a :class:`tuple`.
+ If :attr:`~Connection.row_factory` is ``None``,
1429
+ return the next row query result set as a :class:`tuple`.
1430
+ Else, pass it to the row factory and return its result.
1431
Return ``None`` if no more data is available.
1432
1433
0 commit comments