Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
(Bug #25643081) To avoid unintentional changes to all items in a collection, the Collection::modify() and Collection::remove() methods now require a nonempty selection expression as argument. MySQL Connectors and other MySQL client tools and ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-9-2-0.html
It accepts a numeric value that selects the authenticator device to use during WebAuthN authentication. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Added a new OPT_WEBAUTHN_DEVICE_NUMBER connection option to the classic ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: Connector/NET now supports the NOWAIT and SKIP_LOCKED locking options introduced in the MySQL 8.0 release series (see SELECT Statement). The following changes ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-16.html
For example: table.Select().Where("additionalinfo->$.hobbies = 'Reading'"); (Bug #29347028) Document Store: The performance for statements that are executed repeatedly (two or more times) is improved by using server-side prepared statements for the ... Functionality Added or Changed Bugs Fixed Functionality Added or Changed Document Store: Support was added for the -> operator to be used with JSON document paths in relational ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
(Bug #29959124, Bug #95984) Blank spaces mixed with values in the IN() list of a SELECT statement generated an error. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports Entity Framework Core 3.1.1 on ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-21.html
(Bug #29802379, Bug #95382) The microseconds value in the return results was set to zero consistently when SqlCommand.Prepare() was called for a SELECT statement with a TIME(n) column. Now, names with this format can be used when the name is ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-29.html
(Bug #32965150, Bug #103436) If a SELECT statement was formatted with new lines or tabs, then the related characters (\n and \t) were ignored during the query analysis and Connector/NET returned a syntax error. X DevAPI Notes Functionality Added or ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-9-1-0.html
Executing SELECT statements on Big-Endian client machines could cause MySQL to unexpectedly halt. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Connector/NET now supports .NET 9 and Entity Framework Core 9 (preview ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-30.html
Using utf8mb3 could cause problems, like incorrectly inserting and selecting emojis. Authentication Notes Character Set Support Compilation Notes Functionality Added or Changed Bugs Fixed Authentication Notes Password parameters escaped with curly ...
https://dev.mysql.com/doc/relnotes/connector-odbc/en/news-8-0-35.html
(Bug #111036, Bug #35491247) Selecting the Character Set dropdown under Details while creating a new Data Source Configuration in the GUI would unexpectedly halt the application if the credential fields were empty or invalid. Bugs Fixed Setting SQL ...