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.
2 parents b82a972 + 035caf6 commit 7b56347Copy full SHA for 7b56347
src/firebird/driver/interfaces.py
@@ -728,7 +728,7 @@ def close(self) -> None:
728
self._refcnt -= 1
729
730
# IResultSet(5) : ReferenceCounted
731
-class iResultSet(iResultSet_v3):
+class iResultSet(iResultSet_v4):
732
"Class that wraps IResultSet interface for use from Python"
733
VERSION = 5
734
def get_info(self, items: bytes, buffer: bytes) -> None:
0 commit comments