summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/connectors/mxodbc.py
diff options
context:
space:
mode:
authorBrad Allen <bradallen137@gmail.com>2010-03-16 16:50:20 -0600
committerBrad Allen <bradallen137@gmail.com>2010-03-16 16:50:20 -0600
commitf07393d0c40bf6eed391397a2350bff404059bbb (patch)
treebc2f0c433d8d54e5c5b66d88cde90a62d119da05 /lib/sqlalchemy/connectors/mxodbc.py
parentdb921cd42e518fca5f2c812f764443db4ff4619b (diff)
downloadsqlalchemy-f07393d0c40bf6eed391397a2350bff404059bbb.tar.gz
Added module docstring for mxodbc connector
Diffstat (limited to 'lib/sqlalchemy/connectors/mxodbc.py')
-rw-r--r--lib/sqlalchemy/connectors/mxodbc.py12
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