We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc131d3 commit ed40103Copy full SHA for ed40103
src/DatabaseLibrary/connection_manager.py
@@ -141,7 +141,7 @@ class ConnectionManager:
141
Connection Manager handles the connection & disconnection to the database.
142
"""
143
144
- def __init__(self, warn_on_connection_overwrite):
+ def __init__(self, warn_on_connection_overwrite=True):
145
self.omit_trailing_semicolon: bool = False
146
self.connection_store: ConnectionStore = ConnectionStore(warn_on_overwrite=warn_on_connection_overwrite)
147
self.ibmdb_driver_already_added_to_path: bool = False
0 commit comments