Documentation Home
MySQL Connector/Python Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 327.1Kb
PDF (A4) - 328.2Kb


MySQL Connector/Python Release Notes  /  Changes in MySQL Connector/Python 2.1  /  Changes in MySQL Connector/Python 2.1.5 (2016-12-15, General Availability)

Changes in MySQL Connector/Python 2.1.5 (2016-12-15, General Availability)

Bugs Fixed

  • Incorrect logic for handling EOF packets caused MySQL Utilities replication to fail. (Bug #25111218)

  • Using the C Extension, connection failure occurred when the user name or password contained Unicode characters. (Bug #21656282)

  • For connections established using the use_pure=True parameter, queries that returned more than 4096 columns produced an InterfaceError. (Bug #21530841)

  • Using Python 3.3, connection failure occurred if the option_groups parameter named multiple groups. (Bug #21530100)

  • Using executemany() to execute an INSERT INTO ... SELECT statement produced an InterfaceError. (Bug #21477493)

  • If a call to set_charset_collation() failed, the character set became invalid rather than being unchanged. (Bug #21476495)