We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b25a72 commit 13fe3ffCopy full SHA for 13fe3ff
CHANGELOG
@@ -1,5 +1,22 @@
1
# Changes
2
3
+## 0.7
4
+
5
+Release date: 2016-01-10
6
7
+Notable changes:
8
9
+* Faster binary escaping
10
+* Add `"_binary" prefix` to string literal for binary types.
11
+ binary types are: `bytearray` on Python 2, `bytes` and `bytearray` on Python 3.
12
+ This is because recent MySQL show warnings when string literal is invalid for
13
+ connection encoding.
14
+* `pymysql.Binary()` returns `bytearray` on Python 2. This is required to distinguish
15
+ binary and string.
16
+* Auth plugin support.
17
+* no_delay option is ignored. It will be removed in PyMySQL 0.8.
18
19
20
## 0.6.7
21
22
Release date: 2015-09-30
0 commit comments