Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-32.html
Compilation Notes Functionality Added or Changed Bugs Fixed Compilation Notes Connector/ODBC now provides generic Linux packages for ARM architecture (64 bit), in addition to the generic Linux packages for Intel architecture (both 32 and 64 bits).
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-33.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new OCI_CONFIG_PROFILE connection option to define a profile set in OCI_CONFIG_FILE; and it defaults to DEFAULT. (WL #15423) Bugs Fixed Packaging: Improved the MSI ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-35.html
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() ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-36.html
Bugs Fixed ADODB.Recordset.Open() reported a transaction error when a string type was used with prepared statements. The fix was changing the SQL_MAX_CONCURRENT_ACTIVITIES value from 1 to 0 (unlimited). (Bug #36031548) References: This issue is a ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-37.html
If you do not require 32-bit binaries, use the latest Connector/ODBC (such as 8.4.0), which also supports MySQL 8.0 and includes all bug fixes and new features. The Connector/ODBC 8.0 series contains few changes after Connector/ODBC 8.0.33 and ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Packaging: On Windows, the MSI package definition files were updated to work with the Windows Installer XML (WiX) toolset version 4. For additional information, see ...Note ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-0-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed For the ANSI driver, converting to and from the character set specified by the CHARSET connection option is now performed by the MySQL server rather than being done inside the ...(WL #16297) Added support for the VECTOR data type that was introduced in MySQL Enterprise Server ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-11.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed X DevAPI: Previously, when documents without an _id attribute were added to a collection, Connector/Python automatically generated _id for them. (WL #11668) Bugs Fixed ...Now ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-13.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added Python 3.7 support. (WL #12226) Bugs Fixed On Windows, the 32-bit MSI failed to install. (Bug #27081809, Bug #87818, WL #12239) To go with the existing ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-14.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed A default schema name can now be defined from the connection string. (WL #12493) Bugs Fixed The minimum Protobuf prerequisite version changed from 2.6.0 to 3.0.0. Statements ...