Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-17.html
Character Set Support Compilation Notes Configuration Notes Function and Operator Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Character Set Support Connector/C++ now supports the utf8mb4_0900_bin collation added for the utf8mb4 ...(WL #13094, WL #13502) Compilation Notes Connector/C++ now compiles cleanly using the C++14 ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-25.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.25 release.
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-27.html
Pluggable Authentication Bugs Fixed Pluggable Authentication Applications that use the legacy JDBC API now can establish connections without passwords for accounts that use the authentication_oci server-side authentication plugin, provided that the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-30.html
Character Set Support Packaging Notes Functionality Added or Changed Bugs Fixed Character Set Support The renaming of the utf8 character set to utf8mb3 in MySQL 8.0.30—together with new utf8mb4 collations—generated errors related to collation ...To support the character-set name change and the new collations, several API changes now are ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-31.html
Long-standing issues, such as applications that link to the static connector library (libmysqlcppconn8-static.a) not being able to also link to a Protobuf library at the same time, now are resolved by building from sources a variant that links ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-2-0.html
WebAuthn authentication enables users to authenticate to MySQL Server using WebAuthn-aware devices based on either the FIDO or FIDO2 standard. Packaging Notes Functionality Added or Changed Packaging Notes The MSI package definition files have been ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-16.html
PEM support applies to both classic MySQL protocol and X Protocol connections. (Bug #29249857, Bug #29304767) An exception was generated when the MySqlDbType enumeration was given an explicit value and then passed as a parameter to the ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-25.html
This release contains no functional changes, and is published to align its version number with that of the MySQL Server 8.0.25 release.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
Attempts to execute the GetStream method of the MySqlDataReader class returned only exceptions. (Bug #93374, Bug #28980953) The calculation used to determine the length of connection attribute values could produce the wrong format in MySQL login ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-2-0.html
(WL #16638, WL #16654) Bugs Fixed The MySql.Data.OpenTelemetry.dll metadata reported the version as 0.0.0.0. (Bug #115853, Bug #36960454) The MySQLUpdateSqlGenerator class now inherits from UpdateAndSelectSqlGenerator instead of UpdateSqlGenerator.