mirror of
https://github.com/sqlalchemy/sqlalchemy.git
synced 2026-06-05 23:37:20 -04:00
take out the support paragraph and just put a basic intro
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user