8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b306b0 commit 4ff1bbcCopy full SHA for 4ff1bbc
CHANGELOG
@@ -1,5 +1,25 @@
1
# Changes
2
3
+## 0.8
4
+
5
+Release date: 2017-12-20
6
7
+* **BACKWARD INCOMPATIBLE** ``binary_prefix`` option is added and off
8
+ by default because of compatibility with mysqlclient.
9
+ When you need PyMySQL 0.7 behavior, you have to pass ``binary_prefix=True``.
10
+ (#549)
11
12
+* Fixed AuthSwitch packet handling.
13
14
+* Raise OperationalError for MariaDB's constraint error. (#607)
15
16
+* executemany() accepts query without space between ``VALUES`` and ``(``. (#597)
17
18
+* Support config file containing option without value. (#588)
19
20
+* Fixed Connection.ping() returned unintended value.
21
22
23
## 0.7.11
24
25
Release date: 2017-04-06
0 commit comments