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-19.html
Error Handling Legacy (JDBC API) Notes Packaging Notes X DevAPI Notes Functionality Added or Changed Bugs Fixed Error Handling If an application tries to obtain a result set from a statement that does not produce one, an exception occurs. (WL ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-20.html
Connection Management Notes Packaging Notes Bugs Fixed Connection Management Notes For connections made using X Plugin, Connector/C++ now provides control over the use of compression to minimize the number of bytes sent over connections to the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-22.html
Compilation Notes Connection Management Notes Legacy (JDBC API) Notes Bugs Fixed Compilation Notes Connector/C++ now can be compiled using MinGW on Windows. (WL #13884) Bugs Fixed String decoding failed for utf-8 strings that began with a \xEF ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-23.html
Legacy (JDBC API) Notes Functionality Added or Changed Bugs Fixed Legacy (JDBC API) Notes Previously, to build or run applications that use the legacy JDBC API, it was necessary to have Boost installed. (WL #13881, WL #14250) Bugs Fixed ...The API ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-26.html
Deprecation and Removal Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols now are deprecated and support for them is subject to removal in a future ...
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 ...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 (key_file ...
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-32.html
(WL #15322) Bugs Fixed X DevAPI: A call to close a session while other Session objects are in use could return a busy error. All generic Linux packages are built using the GNU C Library version 2.28. (WL #15258) Pluggable Authentication ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
Compilation Notes Packaging Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Compilation Notes To simplify building the legacy JDBC connector with Linux distributions that do not ship static libraries, the ...Previously, the ...