We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3671bb8 commit a7282d9Copy full SHA for a7282d9
mssql_python/connection.py
@@ -33,7 +33,7 @@ class Connection:
33
close() -> None:
34
"""
35
36
- def __init__(self, connection_str: str, autocommit: bool = False, attrs_before: dict = None, **kwargs) -> None:
+ def __init__(self, connection_str: str = "", autocommit: bool = False, attrs_before: dict = None, **kwargs) -> None:
37
38
Initialize the connection object with the specified connection string and parameters.
39
0 commit comments