mirror of
https://github.com/PyMySQL/mysqlclient.git
synced 2025-08-15 11:10:58 +08:00
1.4.4
This commit is contained in:
11
HISTORY.rst
11
HISTORY.rst
@ -1,3 +1,14 @@
|
|||||||
|
======================
|
||||||
|
What's new in 1.4.4
|
||||||
|
======================
|
||||||
|
|
||||||
|
Release: 2019-08-12
|
||||||
|
|
||||||
|
* ``charset`` option is passed to ``mysql_options(mysql, MYSQL_SET_CHARSET_NAME, charset)``
|
||||||
|
before ``mysql_real_connect`` is called.
|
||||||
|
This avoid extra ``SET NAMES <charset>`` query when creating connection.
|
||||||
|
|
||||||
|
|
||||||
======================
|
======================
|
||||||
What's new in 1.4.3
|
What's new in 1.4.3
|
||||||
======================
|
======================
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
version: 1.4.3
|
version: 1.4.4
|
||||||
version_info: (1,4,3,'final',0)
|
version_info: (1,4,4,'final',0)
|
||||||
description: Python interface to MySQL
|
description: Python interface to MySQL
|
||||||
author: Inada Naoki
|
author: Inada Naoki
|
||||||
author_email: songofacandy@gmail.com
|
author_email: songofacandy@gmail.com
|
||||||
|
Reference in New Issue
Block a user