A simple database interface to MS-SQL for Python
https://pymssql.org
pymssql is the Python language extension module that provides access to
Microsoft SQL Servers from Python scripts. It is compliant with Python
DB-API 2.0 Specification and works on most popular operating systems.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:FactoryCandidates/python-pymssql && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pymssql-2.2.8.tar.gz | 0000171536 168 KB | |
python-pymssql.changes | 0000002239 2.19 KB | |
python-pymssql.spec | 0000002003 1.96 KB |
Revision 2 (latest revision is 6)
Dominique Leuenberger (dimstar_suse)
accepted
request 1103724
from
Dirk Mueller (dirkmueller)
(revision 2)
- update to 2.2.8: * Compatibility with Cython. * Fix build on Alpine Linux (fix #762). * Fill in result description in cursor.callproc (fix #772). * Add explicit link to krb5 (fix #776) * Added bytes and bytearray to support bulk_copy types, thanks to steve-strickland (#756). * Fix UnicodeEncodeError for non-ascii database name (#484). * Fix pymssql.Binary (#504). * On macOS check for FreeTDS in homebrew prefix when building. * Some documentation changes. * Drop support for Python2 and Python3 < 3.6. * Fixed a deadlock caused by a missing release of GIL (#540), * Prevents memory leak on login failure. Thanks to caogtaa and Simon.StJG (PR-690). * Fix check for TDS version (#652 and #669).
Comments 0