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 cf1958a commit 02e1213Copy full SHA for 02e1213
Doc/library/sqlite3.rst
@@ -640,6 +640,11 @@ Cursor Objects
640
.. versionchanged:: 3.6
641
Added support for the ``REPLACE`` statement.
642
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
648
.. attribute:: description
649
650
This read-only attribute provides the column names of the last query. To
0 commit comments