File tree Expand file tree Collapse file tree 3 files changed +27
-4
lines changed
Filter options
Expand file tree Collapse file tree 3 files changed +27
-4
lines changed
Original file line number Diff line number Diff line change
1
+ ======================
2
+ What's new in 1.3.14
3
+ ======================
4
+
5
+ Release: 2018-12-04
6
+
7
+ * Support static linking of MariaDB Connector/C (#265)
8
+
9
+ * Better converter for Decimal and Float (#267, #268, #273, #286)
10
+
11
+ * Add ``Connection._get_native_connection `` for XTA project (#269)
12
+
13
+ * Fix SEGV on MariaDB Connector/C when ``Connection.close() `` is called
14
+ for closed connection. (#270, #272, #276)
15
+
16
+ * Fix ``Connection.client_flag `` (#266)
17
+
18
+ * Fix SSCursor may raise same exception twice (#282)
19
+
20
+ * ``waiter `` option is now deprecated. (#285)
21
+
22
+ * Fixed SSL support is not detected when built with MySQL < 5.1 (#291)
23
+
24
+
1
25
======================
2
26
What's new in 1.3.13
3
27
======================
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- version: 1.3.13
3
- version_info: (1,3,13 ,' final' ,0)
2
+ version: 1.3.14
3
+ version_info: (1,3,14 ,' final' ,0)
4
4
description: Python interface to MySQL
5
5
author: Andy Dustman
6
6
author_email: farcepest@gmail.com
@@ -27,6 +27,7 @@ classifiers:
27
27
Programming Language :: Python :: 3.4
28
28
Programming Language :: Python :: 3.5
29
29
Programming Language :: Python :: 3.6
30
+ Programming Language :: Python :: 3.7
30
31
Topic :: Database
31
32
Topic :: Database :: Database Engines/Servers
32
33
py_modules:
Original file line number Diff line number Diff line change 2
2
3
3
import os
4
4
import io
5
- import sys
6
5
7
- import distutils .errors
8
6
import setuptools
9
7
10
8
if os .name == "posix" :
You can’t perform that action at this time.
0 commit comments