diff options
| author | Brad Allen <bradallen137@gmail.com> | 2010-03-16 16:50:20 -0600 |
|---|---|---|
| committer | Brad Allen <bradallen137@gmail.com> | 2010-03-16 16:50:20 -0600 |
| commit | f07393d0c40bf6eed391397a2350bff404059bbb (patch) | |
| tree | bc2f0c433d8d54e5c5b66d88cde90a62d119da05 /lib/sqlalchemy/connectors/mxodbc.py | |
| parent | db921cd42e518fca5f2c812f764443db4ff4619b (diff) | |
| download | sqlalchemy-f07393d0c40bf6eed391397a2350bff404059bbb.tar.gz | |
Added module docstring for mxodbc connector
Diffstat (limited to 'lib/sqlalchemy/connectors/mxodbc.py')
| -rw-r--r-- | lib/sqlalchemy/connectors/mxodbc.py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/sqlalchemy/connectors/mxodbc.py b/lib/sqlalchemy/connectors/mxodbc.py index 386449d79..0ed8dc736 100644 --- a/lib/sqlalchemy/connectors/mxodbc.py +++ b/lib/sqlalchemy/connectors/mxodbc.py @@ -1,3 +1,15 @@ +""" +Provide an SQLALchemy connector for the eGenix mxODBC commercial +Python adapter for ODBC. This is not a free product, but eGenix +provides SQLAlchemy with a license for use in continuous integration +testing. + +This has been tested for use with mxODBC 3.1.2 on SQL Server 2005 +and 2008, using the SQL Server Native driver. However, it is +possible for this to be used on other database platforms. + +For more info on mxODBC, see http://www.egenix.com/ +""" import sys import re |
