]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added module docstring for mxodbc connector
authorBrad Allen <bradallen137@gmail.com>
Tue, 16 Mar 2010 22:50:20 +0000 (16:50 -0600)
committerBrad Allen <bradallen137@gmail.com>
Tue, 16 Mar 2010 22:50:20 +0000 (16:50 -0600)
lib/sqlalchemy/connectors/mxodbc.py

index 386449d79061de98f0180622b3ea411c18bb2401..0ed8dc73641ccc792fd9d05a3c1913f63b3cfd9b 100644 (file)
@@ -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