MySQL Connector/ODBC Release Notes  /  Changes in MySQL Connector/ODBC Version 5.0  /  Changes in MySQL Connector/ODBC 5.0.9 (2006-11-22, Beta)

Changes in MySQL Connector/ODBC 5.0.9 (2006-11-22, Beta)

Connector/ODBC 5.0.9 is the fifth Beta release.

This is an implementation and testing release, and is not designed for use within a production environment.

Functionality Added or Changed

  • Added support for column binding as SQL_NUMERIC_STRUCT.

  • Added recognition of SQL_C_SHORT and SQL_C_TINYINT as C types.

Bugs Fixed

  • Fixed wildcard handling of and listing of catalogs and tables in SQLTables.

  • Added limit of display size when requested using SQLColAttribute/SQL_DESC_DISPLAY_SIZE.

  • Fixed buffer length return for SQLDriverConnect.

  • ODBC v2 behavior in driver now supports ODBC v3 date/time types (since DriverManager maps them).

  • Catch use of SQL_ATTR_PARAMSET_SIZE and report error until we fully support.

  • Fixed statistics to fail if it couldn't be completed.

  • Corrected retrieval multiple field types bit and blob/text.

  • Fixed SQLGetData to clear the NULL indicator correctly during multiple calls.