MySQL Connector/ODBC Release Notes

7.15 Changes in MySQL Connector/ODBC 3.51.16 (2007-06-14)

Functionality Added or Changed

  • Connector/ODBC now supports using SSL for communication. This is not yet exposed in the setup GUI, but must be enabled through configuration files or the DSN. (Bug #12918)

Bugs Fixed

  • Calls to SQLNativeSql() could cause stack corruption due to an incorrect pointer cast. (Bug #28758)

  • Using cursors on results sets with multi-column keys could select the wrong value. (Bug #28255)

  • SQLForeignKeys does not escape _ and % in the table name arguments. (Bug #27723)

  • When using stored procedures, making a SELECT or second stored procedure call after an initial stored procedure call, the second statement will fail. (Bug #27544)

  • SQLTables() did not distinguish tables from views. (Bug #23031)

  • Return values from SQLTables() may be truncated. (Bug #22797)

  • Data in TEXT columns failed to be read correctly. (Bug #16917)

  • Strings specified as parameters using the adBSTR or adVarWChar types (SQL_WVARCHAR and SQL_WLONGVARCHAR) were incorrectly quoted and escaped. (Bug #16235)

  • Using BETWEEN with date values, the wrong results could be returned. (Bug #15773)

  • When using the Don't Cache Results (option value 1048576) with Microsoft Access, the connection will fail using DAO/VisualBasic. (Bug #4657)