Search Results
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-16.html
Bugs Fixed Connector/ODBC 8.0 is now built with OpenSSL 1.0.2R. Issues fixed in the new OpenSSL version are described at http://www.openssl.org/news/vulnerabilities.html. (Bug #29538143) An exception was emitted when fetching contents of a ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-17.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed README.md and CONTRIBUTING.md files were created for the convenience of git users. These files are not distributed with binaries, whereas README.txt remains distributed. (WL ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-21.html
(Bug #31296688) Bugs Fixed The MSI installer now checks for the Visual 2019 C++ runtime, and aborts if this required runtime is not installed. This is also the first version that requires Visual 2019 C++ runtime, when before the 2017 version was ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-34.html
Version 8.0.34 has no release notes, or they have not been published because the product version has not been released.
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-40.html
(Bug #36955942) The internal mysql_init() function used for making connections is now thread safe. Bugs Fixed Fixed a potential Out of Bounds (OOB) issue related to escaping large queries. (Bug #115710, Bug #36894687) With the prefetch connection ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-x.html
...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-2-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new WEBAUTHN_DEVICE_NUMBER connection option that is passed to and interpreted by the WebAuthN authentication plugin. It accepts a numeric value that selects the ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9.html
...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-15.html
Bugs Fixed The default value of the allow_local_infile option changed from True to False.