diff options
| author | Brad Allen <bradallen137@gmail.com> | 2010-03-20 21:36:43 -0600 |
|---|---|---|
| committer | Brad Allen <bradallen137@gmail.com> | 2010-03-20 21:36:43 -0600 |
| commit | b728f2db23ab297c1fe2853ed3e5e69178ab2d0c (patch) | |
| tree | a6b9132582776e1f45584565612ede60b5a7d454 /lib/sqlalchemy/connectors | |
| parent | c2ceb4acca75055234905c01876e8948a97e0b7a (diff) | |
| download | sqlalchemy-b728f2db23ab297c1fe2853ed3e5e69178ab2d0c.tar.gz | |
added comment about alternative way to get server version info
Diffstat (limited to 'lib/sqlalchemy/connectors')
| -rw-r--r-- | lib/sqlalchemy/connectors/mxodbc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sqlalchemy/connectors/mxodbc.py b/lib/sqlalchemy/connectors/mxodbc.py index 484c11d49..0c7e5ad06 100644 --- a/lib/sqlalchemy/connectors/mxodbc.py +++ b/lib/sqlalchemy/connectors/mxodbc.py @@ -101,6 +101,7 @@ class MxODBCConnector(Connector): return False def _get_server_version_info(self, connection): + # eGenix suggests using conn.dbms_version instead of what we're doing here dbapi_con = connection.connection version = [] r = re.compile('[.\-]') |
