Skip to content

Commit cb1e002

Browse files
authored
bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947) (#985)
(cherry picked from commit 02e1213)
1 parent d184c20 commit cb1e002

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/library/sqlite3.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,11 @@ Cursor Objects
640640
.. versionchanged:: 3.6
641641
Added support for the ``REPLACE`` statement.
642642

643+
.. attribute:: arraysize
644+
645+
Read/write attribute that controls the number of rows returned by :meth:`fetchmany`.
646+
The default value is 1 which means a single row would be fetched per call.
647+
643648
.. attribute:: description
644649

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

0 commit comments

Comments
 (0)