diff options
author | Marc Abramowitz <marc@marc-abramowitz.com> | 2014-03-03 09:15:28 -0800 |
---|---|---|
committer | Marc Abramowitz <marc@marc-abramowitz.com> | 2014-03-03 09:15:28 -0800 |
commit | e226caa968e159753692a62b9675ebd4c799f308 (patch) | |
tree | 7c86710c81f65276bf7e0e97a1dde5f09b394aa3 | |
parent | c1b7c2db1970dcbbe084b5ec29ab8024ccd14c2b (diff) | |
download | sqlalchemy-pr/75.tar.gz |
dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzzeek.pr/75
-rw-r--r-- | lib/sqlalchemy/dialects/mssql/pymssql.py | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/sqlalchemy/dialects/mssql/pymssql.py b/lib/sqlalchemy/dialects/mssql/pymssql.py index 0d016dcaf..4fbcbaa64 100644 --- a/lib/sqlalchemy/dialects/mssql/pymssql.py +++ b/lib/sqlalchemy/dialects/mssql/pymssql.py @@ -14,15 +14,6 @@ pymssql is a Python module that wraps FreeTDS (a C library) and provides a DB-API interface, which this dialect uses. -The 1.x versions of pymssql were written mostly in C, with a Python "outer -layer". These 1.x versions are no longer maintained. - -The 2.x versions of pymssql are written completely in Cython so the code is -translated into C, which is compiled, leading to better performance. The 2.x -versions have had a good amount of development activity in 2013, and so far -this has continued in 2014. pymssql 2.x supports Python 2.6, Python 2.7, and -Python 3.3 and up. - 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 |