MariaDB Connector/ODBC 2.0.11 Release Notes

You are viewing an old version of this article. View the current version here.

Note: This page describes features in the source repository for MariaDB Connector/ODBC. There are currently no official packages or binaries available for download which contain the version of the driver described here. If you want to try out any of the new features described here you will need to get and compile the code yourself.

This is a Stable (GA) release of MariaDB Connector/ODBC.

MariaDB Connector/ODBC 2.0.11 is built on top of MariaDB Connector/C 2.2 and uses the binary prepared statement protocol.

Bug Fixes

  • ODBC-44 - incorrect binding of TIMESTAMP to TIME type. It would affected work with MS Access, if table had time and auto_increment fields)
  • ODBC-41 - basically ensuring that number of columns(counter in descriptor) is reset before issuing new query
  • ODBC-38 - SQLColumns(and some others along with it) returned ODBC3 SQL types, while MS Access is ODBC2 application
  • ODBC-37 - Variable used for length in bind structure in SQLGetData, was bigger than "unsigned long" on 64bit machines.

Changelog

For a complete list of every change made in this release, with links to detailed information on each push, see the changelog.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.