File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Open diff view settings
Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Open diff view settings
Original file line number Diff line number Diff line change 22 What's new in 1.3.11
33======================
44
5- Support MariaDB 10.2 client library (#197 , #177 )
5+ Support MariaDB 10.2 client library (#197 , #177 , # 200 )
66
77Add NEWDECIMAL to the NUMBER DBAPISet (#167 )
88
99Allow bulk insert which no space around ` VALUES ` (#179 )
1010
11- fix leak of connection->converter. (#182 )
11+ Fix leak of ` connection->converter ` . (#182 )
1212
13- Support error numbers > CR_MAX_ERROR (#188 )
13+ Support error ` numbers > CR_MAX_ERROR ` (#188 )
1414
1515Fix tuple argument support (#145 )
1616
Original file line number Diff line number Diff line change 11[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 )
44description: Python interface to MySQL
55long_description:
66 =========================
@@ -17,8 +17,8 @@ long_description:
1717 - Thread-safety
1818 - Thread-friendliness (threads will not block each other)
1919 \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.
2222 \n
2323 MySQLdb is `Free Software`_.
2424 \n
@@ -47,6 +47,7 @@ classifiers:
4747 Programming Language :: Python :: 2
4848 Programming Language :: Python :: 2.7
4949 Programming Language :: Python :: 3
50+ Programming Language :: Python :: 3.3
5051 Programming Language :: Python :: 3.4
5152 Programming Language :: Python :: 3.5
5253 Programming Language :: Python :: 3.6
You can’t perform that action at this time.
0 commit comments