Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Doc/library/sqlite3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,11 @@ Cursor Objects
.. versionchanged:: 3.6
Added support for the ``REPLACE`` statement.

.. attribute:: arraysize

Read/write attribute that controls the number of rows returned by :meth:`fetchmany`.
The default value is 1 which means a single row would be fetched per call.

.. attribute:: description

This read-only attribute provides the column names of the last query. To
Expand Down