Skip to content

Commit 8fdd435

Browse files
author
Erlend E. Aasland
committed
Also document missing cursor methods
1 parent 3f0d232 commit 8fdd435

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Doc/library/sqlite3.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -748,6 +748,14 @@ Cursor Objects
748748
The cursor will be unusable from this point forward; a :exc:`ProgrammingError`
749749
exception will be raised if any operation is attempted with the cursor.
750750

751+
.. method:: setinputsizes(sizes)
752+
753+
Required by the DB-API. Is a no-op in :mod:`sqlite3`.
754+
755+
.. method:: setoutputsize(size [, column])
756+
757+
Required by the DB-API. Is a no-op in :mod:`sqlite3`.
758+
751759
.. attribute:: rowcount
752760

753761
Although the :class:`Cursor` class of the :mod:`sqlite3` module implements this

0 commit comments

Comments
 (0)