diff options
author | adam <adam@pkgsrc.org> | 2018-01-24 14:19:34 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-01-24 14:19:34 +0000 |
commit | 17d6e26dee02f146e1a47aa6a4c2f55832810630 (patch) | |
tree | a7f42092984efe88bba0975f72edf828eb93de57 /doc | |
parent | aac2b8285cab03ada9c1ef3c76fb29d3422e12bf (diff) | |
download | pkgsrc-17d6e26dee02f146e1a47aa6a4c2f55832810630.tar.gz |
py-pymysql: updated to 0.8.0
0.8:
* **BACKWARD INCOMPATIBLE** binary_prefix option is added and off
by default because of compatibility with mysqlclient.
When you need PyMySQL 0.7 behavior, you have to pass binary_prefix=True.
* **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.
* Fixed AuthSwitch packet handling.
* Raise OperationalError for MariaDB's constraint error.
* executemany() accepts query without space between VALUES and (.
* Support config file containing option without value.
* Fixed Connection.ping() returned unintended value.
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions