Documentation Home
MySQL Connector/ODBC Release Notes
Related Documentation Download these Release Notes
PDF (US Ltr) - 392.8Kb
PDF (A4) - 391.9Kb


MySQL Connector/ODBC Release Notes  /  Changes in MySQL Connector/ODBC Version 8.x  /  Changes in MySQL Connector/ODBC 8.0.35 (2023-10-25, General Availability)

Changes in MySQL Connector/ODBC 8.0.35 (2023-10-25, General Availability)

Bugs Fixed

  • Setting SQL mode to ANSI_QUOTES on the MySQL server caused the SQLColumns() method to not function. (Bug #35660375)

  • Using the SJIS character set with the ANSI Driver could cause the connection to hang. (Bug #35520983)

  • The SQLStatistics() function returned the wrong type for a PRIMARY KEY index. It now returns SQL_INDEX_OTHER instead of 0. (Bug #35504650)

  • Fixed a memory leak generated by reading data. (Bug #111036, Bug #35491247)

  • Selecting the Character Set dropdown under Details while creating a new Data Source Configuration in the GUI would unexpectedly halt the application if the credential fields were empty or invalid. (Bug #110900, Bug #35356536)