forked from pool/python-pymssql
- 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). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pymssql?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 13 19:43:00 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 28 21:39:12 UTC 2020 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
|
Reference in New Issue
Block a user