From: Gord Thompson Date: Fri, 27 Dec 2019 20:39:23 +0000 (-0700) Subject: Fix comment re: ODBC driver name on Windows. X-Git-Tag: rel_1_4_0b1~482^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57fa3c067083a7d5a67301a251e5cd492865401c;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Fix comment re: ODBC driver name on Windows. --- diff --git a/test/requirements.py b/test/requirements.py index d9e73c898e..11ef93b1d2 100644 --- a/test/requirements.py +++ b/test/requirements.py @@ -1300,8 +1300,8 @@ class DefaultRequirements(SuiteRequirements): drivername = conn.connection.connection.getinfo( config.db.dialect.dbapi.SQL_DRIVER_NAME ) - # on linux this is 'libmsodbcsql-13.1.so.9.2'. - # don't know what it is on windows + # on linux this is something like 'libmsodbcsql-13.1.so.9.2'. + # on Windows this is something like 'msodbcsql17.dll'. return "msodbc" in drivername return only_if(