]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Added module docstring for mssql+mxodbc dialect.
authorBrad Allen <bradallen137@gmail.com>
Thu, 18 Mar 2010 20:06:30 +0000 (14:06 -0600)
committerBrad Allen <bradallen137@gmail.com>
Thu, 18 Mar 2010 20:06:30 +0000 (14:06 -0600)
lib/sqlalchemy/dialects/mssql/mxodbc.py

index 30d14bf3814184495f124433dd6fdedcb9703973..7148a36287d64e8e33931023a26fd4b20908a4ce 100644 (file)
@@ -1,3 +1,11 @@
+"""
+MSSQL dialect tweaked to work with mxODBC, mainly by making use
+of the MSSQLStrictCompiler.
+
+This was tested with mxODBC 3.1.2 and the SQL Server Native
+Client connected to MSSQL 2005 and 2008 Express Editions.
+"""
+
 import re
 import sys
 
@@ -9,7 +17,8 @@ from sqlalchemy.dialects.mssql.base import (MSExecutionContext, MSDialect,
                                             MSSQLCompiler, MSSQLStrictCompiler,
                                             _MSDateTime, _MSDate, TIME)
 
-        
+
+
 class MSExecutionContext_mxodbc(MSExecutionContext_pyodbc):
     """
     The pyodbc execution context is useful for enabling