summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-03-09 19:13:35 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2014-03-09 19:13:35 -0400
commitdbd1015d819ed1402e973bbc2ccac2caa5c36d2b (patch)
treef63630426f32a0e1a634d59344cccae2ff68a753
parentd35d840c4105f5e20677189907c45915d6d46579 (diff)
downloadsqlalchemy-dbd1015d819ed1402e973bbc2ccac2caa5c36d2b.tar.gz
take out the support paragraph and just put a basic intro
-rw-r--r--lib/sqlalchemy/dialects/mssql/pymssql.py12
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/sqlalchemy/dialects/mssql/pymssql.py b/lib/sqlalchemy/dialects/mssql/pymssql.py
index 4fbcbaa64..0182fee1b 100644
--- a/lib/sqlalchemy/dialects/mssql/pymssql.py
+++ b/lib/sqlalchemy/dialects/mssql/pymssql.py
@@ -11,15 +11,9 @@
: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