]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Fix comment re: ODBC driver name on Windows.
authorGord Thompson <gord@gordthompson.com>
Fri, 27 Dec 2019 20:39:23 +0000 (13:39 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 9 Mar 2020 15:09:56 +0000 (11:09 -0400)
(cherry picked from commit 57fa3c067083a7d5a67301a251e5cd492865401c)

test/requirements.py

index 527fb77db635544cdf81069715e2a278ff2c1ac6..44f35d49623d154584e04f2dfce29b83400ced17 100644 (file)
@@ -1312,8 +1312,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(