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 7495dae commit 5810fbcCopy full SHA for 5810fbc
src/itoolkit/transport/database.py
@@ -61,6 +61,6 @@ def call(self, tk):
61
62
# call the procedure using the correct method for this
63
# cursor type, which we ascertained in the constructor
64
- getattr(cursor, self.func)(cursor, self.query, parms)
+ getattr(cursor, self.func)(self.query, parms)
65
66
return "".join(row[0] for row in cursor).rstrip('\0')
0 commit comments