Skip to content

Commit ccc1686

Browse files
committed
also record the database API module name when using custom params
1 parent d142a59 commit ccc1686

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DatabaseLibrary/connection_manager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ def connect_to_database_using_custom_params(self, dbapiModuleName=None, db_conne
104104

105105
db_connect_string = 'db_api_2.connect(%s)' % db_connect_string
106106

107+
self.db_api_module_name = dbapiModuleName
107108
self._dbconnection = eval(db_connect_string)
108109

109110
def disconnect_from_database(self):

0 commit comments

Comments
 (0)