Platform specific notes:
The HP-UX 11.23 IA64 binary package does not include the GUI bits because of problems building Qt on that platform.
There is no binary package for Mac OS X on 64-bit PowerPC because Apple does not currently provide a 64-bit PowerPC version of iODBC.
There are no installer packages for Microsoft Windows x64 Edition.
Bugs fixed:
MySQL Connector/ODBC would incorrectly return
SQL_SUCCESS
when checking for distributed transaction support. (Bug#32727)When using unixODBC or directly linked applications where the thread level is set to less than 3 (within
odbcinst.ini
), a thread synchronization issue would lead to an application crash. This was becauseSQLAllocStmt()
andSQLFreeStmt()
did not synchronize access to the list of statements associated with a connection. (Bug#32587)Cleaning up environment handles in multithread environments could result in a five (or more) second delay. (Bug#32366)
Renaming an existing DSN entry would create a new entry with the new name without deleting the old entry. (Bug#31165)
Setting the default database using the
DefaultDatabase
property of an ADOConnection
object would fail with the errorProvider does not support this property
. TheSQLGetInfo()
returned the wrong value forSQL_DATABASE_NAME
when no database was selected. (Bug#3780)