Update hdbcli to 2.16 and mark as completed (#10101)

This commit is contained in:
Nikita Sobolev
2023-04-29 16:26:16 +03:00
committed by GitHub
parent 2d84e56d6f
commit f42f665fa1
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
version = "2.15.*"
version = "2.16.*"

View File

@@ -95,6 +95,7 @@ class Cursor:
def setpacketsize(self, value: int) -> None: ...
def set_resultset_holdability(self, holdability: int) -> None: ...
def setoutputsize(self, *args: Any, **kwargs: Any) -> None: ...
def setcommandinfo(self, command_info: str, line_number: int) -> None: ...
class Warning(Exception):
errorcode: int