File tree Expand file tree Collapse file tree 2 files changed +21
-7
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +21
-7
lines changed
Original file line number Diff line number Diff line change
1
+ ======================
2
+ What's new in 1.3.11
3
+ ======================
4
+
5
+ Support MariaDB 10.2 client library (#197 , #177 )
6
+
7
+ Add NEWDECIMAL to the NUMBER DBAPISet (#167 )
8
+
9
+ Allow bulk insert which no space around ` VALUES ` (#179 )
10
+
11
+ fix leak of connection->converter. (#182 )
12
+
13
+ Support error numbers > CR_MAX_ERROR (#188 )
14
+
15
+
1
16
======================
2
17
What's new in 1.3.10
3
18
======================
@@ -16,7 +31,7 @@ Don't use workaround of `bytes.decode('ascii', 'surrogateescape')` on Python 3.6
16
31
What's new in 1.3.9
17
32
=====================
18
33
19
- Revert adding _ binary prefix for bytes/bytearray parameter. It broke backward compatibility.
34
+ Revert adding ` _binary ` prefix for bytes/bytearray parameter. It broke backward compatibility.
20
35
21
36
Fix Windows compile error on MSVC.
22
37
@@ -27,7 +42,7 @@ Fix Windows compile error on MSVC.
27
42
28
43
Update error constants (#113 )
29
44
30
- Use _ binary prefix for bytes/bytearray parameters (#106 )
45
+ Use ` _binary ` prefix for bytes/bytearray parameters (#106 )
31
46
32
47
Use mysql_real_escape_string_quote() if exists (#109 )
33
48
@@ -149,7 +164,7 @@ beta 5
149
164
150
165
Another internal fix for handling remapped character sets.
151
166
152
- _ mysql.c was broken for the case where read_timeout was * not* available. (Issue #6 )
167
+ ` _mysql.c ` was broken for the case where read_timeout was * not* available. (Issue #6 )
153
168
154
169
Documentation was converted to sphinx but there is a lot of cleanup left to do.
155
170
Original file line number Diff line number Diff line change 1
1
[metadata]
2
- version: 1.3.10
3
- version_info: (1,3,10 ,' final' ,0)
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,7 +17,7 @@ long_description:
17
17
- Thread-safety
18
18
- Thread-friendliness (threads will not block each other)
19
19
\n
20
- MySQL-5.1 through 5.7 and Python 2.7, 3.3 + are currently
20
+ MySQL-5.5 through 5.7 and Python 2.7, 3.4 + are currently
21
21
supported. PyPy is supported too.
22
22
\n
23
23
MySQLdb is `Free Software`_.
@@ -47,7 +47,6 @@ 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
51
50
Programming Language :: Python :: 3.4
52
51
Programming Language :: Python :: 3.5
53
52
Programming Language :: Python :: 3.6
You can’t perform that action at this time.
0 commit comments