From: Mike Bayer Date: Sun, 9 Mar 2014 23:13:35 +0000 (-0400) Subject: take out the support paragraph and just put a basic intro X-Git-Tag: rel_0_9_4~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbd1015d819ed1402e973bbc2ccac2caa5c36d2b;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git take out the support paragraph and just put a basic intro --- diff --git a/lib/sqlalchemy/dialects/mssql/pymssql.py b/lib/sqlalchemy/dialects/mssql/pymssql.py index 4fbcbaa64c..0182fee1b5 100644 --- a/lib/sqlalchemy/dialects/mssql/pymssql.py +++ b/lib/sqlalchemy/dialects/mssql/pymssql.py @@ -11,15 +11,9 @@ :connectstring: mssql+pymssql://:@?charset=utf8 :url: http://pymssql.org/ -pymssql is a Python module that wraps FreeTDS (a C library) and provides a -DB-API interface, which this dialect uses. - -Note that if you experience problems or limitations when using this dialect, -the problem could be in the dialect, in pymssql, or in FreeTDS (or it could -even be a limitation of SQL Server). So it would be great if you could isolate -the problem before filing tickets with these projects. - -Please consult the pymssql documentation for further information. +pymssql is a Python module that provides a Python DBAPI interface around +`FreeTDS `_. Compatible builds are available for +Linux, MacOSX and Windows platforms. """ from .base import MSDialect