mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-14 10:02:22 +08:00
1.3.14
This commit is contained in:
24
HISTORY.rst
24
HISTORY.rst
@ -1,3 +1,27 @@
|
||||
======================
|
||||
What's new in 1.3.14
|
||||
======================
|
||||
|
||||
Release: 2018-12-04
|
||||
|
||||
* 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)
|
||||
|
||||
* ``waiter`` option is now deprecated. (#285)
|
||||
|
||||
* Fixed SSL support is not detected when built with MySQL < 5.1 (#291)
|
||||
|
||||
|
||||
======================
|
||||
What's new in 1.3.13
|
||||
======================
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
version: 1.3.13
|
||||
version_info: (1,3,13,'final',0)
|
||||
version: 1.3.14
|
||||
version_info: (1,3,14,'final',0)
|
||||
description: Python interface to MySQL
|
||||
author: Andy Dustman
|
||||
author_email: farcepest@gmail.com
|
||||
@ -27,6 +27,7 @@ classifiers:
|
||||
Programming Language :: Python :: 3.4
|
||||
Programming Language :: Python :: 3.5
|
||||
Programming Language :: Python :: 3.6
|
||||
Programming Language :: Python :: 3.7
|
||||
Topic :: Database
|
||||
Topic :: Database :: Database Engines/Servers
|
||||
py_modules:
|
||||
|
Reference in New Issue
Block a user