Skip to content

Commit 7b56347

Browse files
authored
Merge pull request #46 from FirebirdSQL/work/iresultset_5
Fixed typo in iResultSet definition
2 parents b82a972 + 035caf6 commit 7b56347

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firebird/driver/interfaces.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ def close(self) -> None:
728728
self._refcnt -= 1
729729

730730
# IResultSet(5) : ReferenceCounted
731-
class iResultSet(iResultSet_v3):
731+
class iResultSet(iResultSet_v4):
732732
"Class that wraps IResultSet interface for use from Python"
733733
VERSION = 5
734734
def get_info(self, items: bytes, buffer: bytes) -> None:

0 commit comments

Comments
 (0)