Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
(WL #10787) The following Collection methods were added: addOrReplaceOne(), getOne(), replaceOne(), and removeOne(). The addOrReplaceOne() and replaceOne() methods work only with MySQL 8.0.3 and higher servers. Locks can be requested several times ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
Incompatibility: The GeneratedIds property replaces the DocumentId and DocumentIds properties, which are now removed. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: Connector/NET now supports the NOWAIT and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
To reduce the number of connection errors and to enhance the connection experience, Connector/NET now implements the following changes to connections: The SslMode=none connection-option value is deprecated (marked obsolete) and is replaced with the ... X DevAPI Notes Functionality Added or Changed Bugs Fixed X DevAPI Notes An exception was raised when using a TableInsertStatement object to insert a string value containing special characters (- / \ % & ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-30.html
This fix replaces the dependency with Portable.BouncyCastle, which contains the BouncyCastle DLL and is current. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-8.html
MySQL Connectors and other MySQL client tools and applications now synchronize the first digit of their version number with the (highest) MySQL server version they support. For example, MySQL Connector/NET 8.0.12 would be designed to support all ...
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\": ...(Bug #25829054, Bug #25860579, WL #10954) MySQL Connector/NET now supports MySQL servers configured to use utf8mb4 as the default character ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-9-3-0.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed All instances of the deprecated function mysql_real_escape_string() in the source code have been replaced by an internal implementation of myodbc_escape_string(), which works ...(Bug #116559, Bug #37250400) The following Connector/ODBC Connection Parameters can now be configured on the ODBC administrator GUI: readtimeout writetimeout OPENTELEMETRY (WL #16587) Bugs Fixed The MSI installer checked for the wrong version of Visual C++ Redistributable required by Connector/ODBC when installing it on a ...
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. Now a MySQL 8 server generates ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-17.html
(Bug #27364973, Bug #21670979, Bug #77780, WL #12085) Added CONTRIBUTING.rst and replaced README.txt with README.rst. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Prepared statement support was added to the C extension's ...
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-24.html
(Bug #32029891) Replaced the deprecated PyUnicode_GetSize with PyUnicode_GET_LENGTH to fix the casting of Python's unicode to std::string. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Removed Python 2.7 and 3.5 support, ...