We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bab0c59 commit 82d6233Copy full SHA for 82d6233
testcontainers/mssql.py
@@ -26,6 +26,7 @@ def _configure(self):
26
self.with_env("SQLSERVER_DBNAME", self.SQLSERVER_DBNAME)
27
self.with_env("ACCEPT_EULA", self.ACCEPT_EULA)
28
self.with_env("MSSQL_PID", self.MSSQL_PID)
29
+ self.with_env("SQLSERVER_DRIVER", self.SQLSERVER_DRIVER)
30
31
def get_connection_url(self):
32
standard_url = super()._create_connection_url(dialect="mssql+pyodbc",
0 commit comments