From: Brad Allen Date: Thu, 18 Mar 2010 20:06:30 +0000 (-0600) Subject: Added module docstring for mssql+mxodbc dialect. X-Git-Tag: rel_0_6beta2~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22fd6c15c48d52a86ded6526106d02552d9e43e5;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Added module docstring for mssql+mxodbc dialect. --- diff --git a/lib/sqlalchemy/dialects/mssql/mxodbc.py b/lib/sqlalchemy/dialects/mssql/mxodbc.py index 30d14bf381..7148a36287 100644 --- a/lib/sqlalchemy/dialects/mssql/mxodbc.py +++ b/lib/sqlalchemy/dialects/mssql/mxodbc.py @@ -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