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


MySQL Connector/Python Release Notes  /  Changes in MySQL Connector/Python 2.0  /  Changes in MySQL Connector/Python 2.0.4 (2015-04-21, General Availability)

Changes in MySQL Connector/Python 2.0.4 (2015-04-21, General Availability)

Bugs Fixed

  • The Changes.txt file was missing from .msi and .dmg packages. (Bug #20323087)

  • Encoding failure could occur for prepared cursors with UTF-8 statement parameters. (Bug #75542, Bug #20407036)

  • Values of the SET data type were not translated correctly if empty. (Bug #75402, Bug #20301989)

  • HASH sharding for Fabric failed. (Bug #75287, Bug #20324089)

  • Queries that produced a large result could result in an IndexError: bytearray index out of range exception. (Bug #74933, Bug #20462427)

  • The Django back end sometimes failed to properly convert SafeText objects, which then appeared in queries. (Bug #74336, Bug #20106629)