15
0

Accepting request 656807 from home:awissu:branches:devel:languages:python

- Update to 1.3.14:
  * Support static linking of MariaDB Connector/C (#265)
  * Better converter for Decimal and Float (#267, #268, #273, #286)
  * Add Connection._get_native_connection for XTA project (#269)
  * Fix SEGV on MariaDB Connector/C when Connection.close() is called 
    for closed connection. (#270, #272, #276)
  * Fix Connection.client_flag (#266)
  * Fix SSCursor may raise same exception twice (#282)
  * Fixed SSL support is not detected when built with MySQL < 5.1 (#291)

OBS-URL: https://build.opensuse.org/request/show/656807
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mysqlclient?expand=0&rev=6
This commit is contained in:
Alexei Podvalsky
2018-12-10 11:45:37 +00:00
committed by Git OBS Bridge
parent c6be18ac4b
commit d9c9473c93
4 changed files with 17 additions and 4 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Mon Dec 10 11:39:10 UTC 2018 - Alexei Podvalsky <avvissu@yandex.by>
- Update to 1.3.14:
* Support static linking of MariaDB Connector/C (#265)
* Better converter for Decimal and Float (#267, #268, #273, #286)
* Add Connection._get_native_connection for XTA project (#269)
* Fix SEGV on MariaDB Connector/C when Connection.close() is called
for closed connection. (#270, #272, #276)
* Fix Connection.client_flag (#266)
* Fix SSCursor may raise same exception twice (#282)
* Fixed SSL support is not detected when built with MySQL < 5.1 (#291)
-------------------------------------------------------------------
Sat Jun 30 11:35:55 UTC 2018 - avvissu@yandex.by