File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
Original file line number Diff line number Diff line change 2
2
What's new in 1.3.11
3
3
======================
4
4
5
- Support MariaDB 10.2 client library (#197 , #177 )
5
+ Support MariaDB 10.2 client library (#197 , #177 , # 200 )
6
6
7
7
Add NEWDECIMAL to the NUMBER DBAPISet (#167 )
8
8
9
9
Allow bulk insert which no space around ` VALUES ` (#179 )
10
10
11
- fix leak of connection->converter. (#182 )
11
+ Fix leak of ` connection->converter ` . (#182 )
12
12
13
- Support error numbers > CR_MAX_ERROR (#188 )
13
+ Support error ` numbers > CR_MAX_ERROR ` (#188 )
14
14
15
15
Fix tuple argument support (#145 )
16
16
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- version: 1.3.11c1
3
- version_info: (1,3,11,' c ' ,1 )
2
+ version: 1.3.11
3
+ version_info: (1,3,11,' final ' ,0 )
4
4
description: Python interface to MySQL
5
5
long_description:
6
6
=========================
@@ -17,8 +17,8 @@ long_description:
17
17
- Thread-safety
18
18
- Thread-friendliness (threads will not block each other)
19
19
\n
20
- MySQL-5.5 through 5.7 and Python 2.7, 3.4+ are currently
21
- supported. PyPy is supported too.
20
+ MySQL-5.5 through 5.7 and Python 2.7, 3.4+ are currently supported.
21
+ PyPy is supported too.
22
22
\n
23
23
MySQLdb is `Free Software`_.
24
24
\n
@@ -47,6 +47,7 @@ classifiers:
47
47
Programming Language :: Python :: 2
48
48
Programming Language :: Python :: 2.7
49
49
Programming Language :: Python :: 3
50
+ Programming Language :: Python :: 3.3
50
51
Programming Language :: Python :: 3.4
51
52
Programming Language :: Python :: 3.5
52
53
Programming Language :: Python :: 3.6
You can’t perform that action at this time.
0 commit comments