From f07393d0c40bf6eed391397a2350bff404059bbb Mon Sep 17 00:00:00 2001 From: Brad Allen Date: Tue, 16 Mar 2010 16:50:20 -0600 Subject: [PATCH] Added module docstring for mxodbc connector --- lib/sqlalchemy/connectors/mxodbc.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lib/sqlalchemy/connectors/mxodbc.py b/lib/sqlalchemy/connectors/mxodbc.py index 386449d790..0ed8dc7364 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 -- 2.47.3