Skip to content

Commit c51b47e

Browse files
adamchainzmethane
authored andcommitted
CHANGELOG - fix note about MULTI_STATEMENTS (PyMySQL#634)
Improving the grammar and correcting the flag name to `MULTI_STATEMENTS` (with an 's').
1 parent 0305541 commit c51b47e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ Release date: 2017-12-20
99
When you need PyMySQL 0.7 behavior, you have to pass ``binary_prefix=True``.
1010
(#549)
1111

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)
12+
* **BACKWARD INCOMPATIBLE** ``MULTI_STATEMENTS`` client flag is no longer
13+
set by default, while it was on PyMySQL 0.7. You need to pass
14+
``client_flag=CLIENT.MULTI_STATEMENTS`` when you connect to explicitly
15+
enable multi-statement mode. (#590)
1616

1717
* Fixed AuthSwitch packet handling.
1818

0 commit comments

Comments
 (0)