Fix exception raised while importing when getpwuid() fails (472)
SSCursor supports LOAD DATA LOCAL INFILE (473)
Fix encoding error happen for JSON type (477)
Fix test fail on Python 2.7 and MySQL 5.7 (478)
0.7.4
Release date: 2016-05-26
Fix AttributeError may happen while Connection.del (463)
Fix SyntaxError in test_cursor. (464)
frozenset support for query value. (461)
Start using readthedocs.io
0.7.3
Release date: 2016-05-19
Add read_timeout and write_timeout option.
Support serialization customization by conv option.
Unknown type is converted by str(), for MySQLdb compatibility.
Support '%%' in Cursor.executemany()
Support REPLACE statement in Cursor.executemany()
Fix handling incomplete row caused by 'SHOW SLAVE HOSTS'.
Fix decode error when use_unicode=False on PY3
Fix port option in my.cnf file is ignored.
0.7.2
Release date: 2016-02-24
Fix misuse of max_allowed_packet parameter. (426, 407 and 397)
Add %(name)s plceholder support to Cursor.executemany(). (427, thanks to
WorldException)
0.7.1
Release date: 2016-01-14
Fix auth fail with MySQL 5.1
Fix escaping unicode fails on Python 2
0.7
Release date: 2016-01-10
Faster binary escaping
Add "_binary" prefix to string literal for binary types.
binary types are: bytearray on Python 2, bytes and bytearray on Python 3.
This is because recent MySQL show warnings when string literal is invalid for
connection encoding.
pymysql.Binary() returns bytearray on Python 2. This is required to distinguish
binary and string.
Auth plugin support.
no_delay option is ignored. It will be removed in PyMySQL 0.8.
0.6.7
Release date: 2015-09-30
Allow self signed certificate
Add max_allowed_packet option
Fix error when bytes in executemany
Support geometry type
Add coveralls badge to README
Fix some bugs relating to warnings
Add Cursor.mogrify() method
no_delay option is deprecated and True by default
Fix options from my.cnf overrides options from arguments
Allow socket like object. (It's not feature for end users)
Strip quotes while reading options from my.cnf file
Fix encoding issue in executemany()
0.6.6
Add context manager to cursor
Fix can't encode blob that is not utf-8 on PY3. (regression of 0.6.4,
Thanks to wiggzz)
0.6.5
Skipped
Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.
There's a new version of pymysql available. You are currently using 0.6.4. I have updated it to 0.7.10
These links might come in handy: PyPI | Changelog | Repo
Changelog
Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.
Happy merging! 🤖