Search Results
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-23.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare connection-string option was deprecated in the Connector/NET 8.0.23 release and removed in the Connector/NET 8.0.24 release. The ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-31.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The EMTrace extension is removed. The EMTrace project implements a trace-listener plugin that feeds data back to MySQL Enterprise Monitor using a ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-9.html
For example: SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://myuser@localhost/mysess\", \"appdata\": { \"biz\": \"quux\" } }" ); SessionConfigManager.Save( "mysess", "{ \"uri\": \"mysqlx://test@localhost/mysess\", \"appdata\": { \"tar\": ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-11.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (latest) MySQL server version they support. This change makes it easy and intuitive to decide which client version to ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-12.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Several code issues identified by Fortify were corrected. (WL #11829) Refactored codebase to remove legacy code and implement general performance improvements. For example, ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-27.html
To ensure correct account mapping, the client-side Oracle Cloud Infrastructure configuration must contain a fingerprint of the API key to use for authentication (fingerprint entry) and the location of a PEM file with the private part of the API key ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-30.html
Authentication Notes Character Set Support Compilation Notes Functionality Added or Changed Bugs Fixed Authentication Notes Password parameters escaped with curly braces did not escape right curly braces in the password value. (Bug #106631, Bug ...
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. Note that they can no longer be used with ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-4-0.html
Security Notes Functionality Added or Changed Bugs Fixed Security Notes For platforms on which Connector/ODBC utilizes MySQL Server's bundled OpenSSL library (MacOS, Windows, and GenLinux), MySQL Server's linked OpenSSL library was updated to ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-12.html
Deprecation and Removal Notes Installation Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Deprecated the Row.get_string() method in favor of __getitem__. (Bug #26834200, Bug #87777) To increase compliance with the X ...