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 015b49a commit 1913fb0Copy full SHA for 1913fb0
Doc/library/sqlite3.rst
@@ -1412,7 +1412,9 @@ Cursor objects
1412
1413
.. method:: fetchone()
1414
1415
- Return the next row of a query result set as a :class:`tuple`.
+ If :attr:`~Connection.row_factory` is ``None``,
1416
+ return the next row query result set as a :class:`tuple`.
1417
+ Else, pass it to the row factory and return its result.
1418
Return ``None`` if no more data is available.
1419
1420
0 commit comments