Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-6.html
All dropXXX() methods succeed if the dropped objects do not exist. Locks can be requested several times for a given find or select statement. An acquired lock is held until the end of the current transaction. For X DevAPI, CollectionFind and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-10.html
Change tracking: attach can track a graph of new and existing entities. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The .NET Core 2.0 implementation now supports the following connection-string options: AutoEnlist, ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
The existing LockShared() and LockExclusive() method signatures were modified to include the new LockContention parameter. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: Connector/NET now supports the ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-18.html
Now, the primary key constraint for an existing table can be dropped without errors when the follow-on migration operation is performed. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports IPV6 ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-28.html
Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were previously deprecated in Connector/NET 8.0.26 and support for them is removed starting with this ...
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-net/en/news-9-3-0.html
(Bug #117258, Bug #37513445) Timeout testing for Connector/NET used non-existing server addresses, which caused unexpected behaviors. Functionality Added or Changed Bugs Fixed Functionality Added or Changed The following are the updated version ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-22.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed For enhanced security of the existing ENABLE_LOCAL_INFILE connection string option, the new ENABLE_LOCAL_DIR option allows restricting LOCAL data loading to files located in ...Connector/ODBC implements the SCRAM-SHA-1 authentication method of the SASL authentication ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-28.html
The PASSWORD1 option is a synonym for the existing PASSWORD option. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The TLSv1 and TLSv1.1 connection protocols were previously deprecated in ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-29.html
(Bug #106683, Bug #33951069) When a Catalog or Schema is not specified, and if a table with the same name and set of columns existed in another database, SQLColumns() would return data from multiple databases instead of only the current database.