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 374bf77 commit 665d9aaCopy full SHA for 665d9aa
redshift_connector/cursor.py
@@ -314,7 +314,7 @@ def __iter__(self: "Cursor") -> "Cursor":
314
"""
315
return self
316
317
- def setinputsizes(self: "Cursor", sizes):
+ def setinputsizes(self: "Cursor", *sizes):
318
"""This method is part of the `DBAPI 2.0 specification
319
<http://www.python.org/dev/peps/pep-0249/>`_, however, it is not
320
implemented.
0 commit comments