mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Update hdbcli to 2.16 and mark as completed (#10101)
This commit is contained in:
@@ -1 +1 @@
|
||||
version = "2.15.*"
|
||||
version = "2.16.*"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user