Skip to content

Commit f42f665

Browse files
authored
Update hdbcli to 2.16 and mark as completed (#10101)
1 parent 2d84e56 commit f42f665

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stubs/hdbcli/METADATA.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "2.15.*"
1+
version = "2.16.*"

stubs/hdbcli/hdbcli/dbapi.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ class Cursor:
9595
def setpacketsize(self, value: int) -> None: ...
9696
def set_resultset_holdability(self, holdability: int) -> None: ...
9797
def setoutputsize(self, *args: Any, **kwargs: Any) -> None: ...
98+
def setcommandinfo(self, command_info: str, line_number: int) -> None: ...
9899

99100
class Warning(Exception):
100101
errorcode: int

0 commit comments

Comments
 (0)