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 3f0d232 commit 8fdd435Copy full SHA for 8fdd435
Doc/library/sqlite3.rst
@@ -748,6 +748,14 @@ Cursor Objects
748
The cursor will be unusable from this point forward; a :exc:`ProgrammingError`
749
exception will be raised if any operation is attempted with the cursor.
750
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
758
759
.. attribute:: rowcount
760
761
Although the :class:`Cursor` class of the :mod:`sqlite3` module implements this
0 commit comments