8000
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 ece5f7e commit 70b62b2Copy full SHA for 70b62b2
Doc/library/sqlite3.rst
@@ -1121,7 +1121,9 @@ Cursor objects
1121
1122
.. method:: fetchone()
1123
1124
- Return the next row of a query result set as a :class:`tuple`.
+ If :attr:`~Connection.row_factory` is ``None``,
1125
+ return the next row query result set as a :class:`tuple`.
1126
+ Else, pass it to the row factory and return its result.
1127
Return ``None`` if no more data is available.
1128
1129
0 commit comments