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 79904e6 commit 979189fCopy full SHA for 979189f
pynuodb/cursor.py
@@ -90,7 +90,7 @@ def _reset(self):
90
91
def callproc(self, procname, parameters=None):
92
"""Currently not supported."""
93
- raise NotSupportedError
+ raise NotSupportedError("Currently unsupported")
94
95
def execute(self, operation, parameters=None):
96
"""Executes an SQL operation.
@@ -190,7 +190,7 @@ def fetchall(self):
190
191
def nextset(self):
192
193
194
195
def setinputsizes(self, sizes):
196
0 commit comments