We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0305541 commit c51b47eCopy full SHA for c51b47e
CHANGELOG
@@ -9,10 +9,10 @@ Release date: 2017-12-20
9
When you need PyMySQL 0.7 behavior, you have to pass ``binary_prefix=True``.
10
(#549)
11
12
-* **BACKWARD INCOMPATIBLE** MULTI_STATEMENT client flag is not set by
13
- default while it was set by default on PyMySQL 0.7. You need to
14
- pass ``client_flag=CLIENT.MULTI_STATEMENT`` explicitly when you
15
- want to use multi statement. (#590)
+* **BACKWARD INCOMPATIBLE** ``MULTI_STATEMENTS`` client flag is no longer
+ set by default, while it was on PyMySQL 0.7. You need to pass
+ ``client_flag=CLIENT.MULTI_STATEMENTS`` when you connect to explicitly
+ enable multi-statement mode. (#590)
16
17
* Fixed AuthSwitch packet handling.
18
0 commit comments