PyMySQL v0.7.3 Release Notes

  • ๐Ÿš€ 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.