From: Brad Allen Date: Tue, 16 Mar 2010 22:50:20 +0000 (-0600) Subject: Added module docstring for mxodbc connector X-Git-Tag: rel_0_6beta2~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f07393d0c40bf6eed391397a2350bff404059bbb;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added module docstring for mxodbc connector --- 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