Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 92706a7

Browse filesBrowse files
committed
1.3.11
1 parent ca41a64 commit 92706a7
Copy full SHA for 92706a7

File tree

Expand file treeCollapse file tree

2 files changed

+21
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+21
-7
lines changed

‎HISTORY.md

Copy file name to clipboardExpand all lines: HISTORY.md
+18-3Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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+
116
======================
217
What's new in 1.3.10
318
======================
@@ -16,7 +31,7 @@ Don't use workaround of `bytes.decode('ascii', 'surrogateescape')` on Python 3.6
1631
What's new in 1.3.9
1732
=====================
1833

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.
2035

2136
Fix Windows compile error on MSVC.
2237

@@ -27,7 +42,7 @@ Fix Windows compile error on MSVC.
2742

2843
Update error constants (#113)
2944

30-
Use _binary prefix for bytes/bytearray parameters (#106)
45+
Use `_binary` prefix for bytes/bytearray parameters (#106)
3146

3247
Use mysql_real_escape_string_quote() if exists (#109)
3348

@@ -149,7 +164,7 @@ beta 5
149164

150165
Another internal fix for handling remapped character sets.
151166

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)
153168

154169
Documentation was converted to sphinx but there is a lot of cleanup left to do.
155170

‎metadata.cfg

Copy file name to clipboardExpand all lines: metadata.cfg
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[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)
44
description: Python interface to MySQL
55
long_description:
66
=========================
@@ -17,7 +17,7 @@ long_description:
1717
- Thread-safety
1818
- Thread-friendliness (threads will not block each other)
1919
\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
2121
supported. PyPy is supported too.
2222
\n
2323
MySQLdb is `Free Software`_.
@@ -47,7 +47,6 @@ classifiers:
4747
Programming Language :: Python :: 2
4848
Programming Language :: Python :: 2.7
4949
Programming Language :: Python :: 3
50-
Programming Language :: Python :: 3.3
5150
Programming Language :: Python :: 3.4
5251
Programming Language :: Python :: 3.5
5352
Programming Language :: Python :: 3.6

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.