Kaydet (Commit) 02e12138 authored tarafından csabella's avatar csabella Kaydeden (comit) Senthil Kumaran

bpo-29725: DOC: add text for arraysize in sqlite3.Cursor (#947)

* bpo-29725: DOC: add text for arraysize in sqlite3.Cursor
üst cf1958af
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment