]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
take out the support paragraph and just put a basic intro
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Mar 2014 23:13:35 +0000 (19:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 9 Mar 2014 23:13:35 +0000 (19:13 -0400)
lib/sqlalchemy/dialects/mssql/pymssql.py

index 4fbcbaa64c64a3717f861cc84e1b5b2a91b27793..0182fee1b55a5eb86d8575c70039ece51b123897 100644 (file)
     :connectstring: mssql+pymssql://<username>:<password>@<freetds_name>?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 <http://www.freetds.org/>`_.  Compatible builds are available for
+Linux, MacOSX and Windows platforms.
 
 """
 from .base import MSDialect