Search Results
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-33.html
For general information about connection attributes, see Performance Schema Connection Attribute Tables. Compilation Notes Packaging Notes Pluggable Authentication Functionality Added or Changed Bugs Fixed Compilation Notes To simplify building the ...
https://dev.mysql.com/doc/relnotes/connector-cpp/en/news-8-0-5.html
If a user creates a table with text columns that use a non-UTF-8 character set, and this column holds a string with non-ASCII characters, errors will occur for attempts to access that string (for example, in a query result). (WL #10785) X DevAPI ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-11.html
(Bug #27251839, Bug #88838) When a decimal column was defined with a scale of zero, such as DECIMAL(8, 0), the value of the NumericPrecision field returned by the MySqlDataReader.GetSchemaTable method was lower by one. (Bug #26954812, Bug #88058) ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-13.html
(Bug #28293927) Connector/NET returned the wrong time zone when the TIMESTAMP column was read from a MySQL table. (Bug #26421346, Bug #86974) Slow connections made to MySQL were improved by reducing the frequency and scope of operating system ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-14.html
(WL #12518) The auth connection option (along with aliases authentication and authentication mode) was removed from the MySqlBaseConnectionStringBuilder class.
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-17.html
With SSH server authorization, an application can establish a connection from behind a firewall when the MySQL Server port is blocked. (Bug #29611216) Document Store: The MySqlConnection.GetSchema() method sometimes returned columns in an unexpected ... Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes Document Store: The Where() method is deprecated (Obsolete attribute applied) and will return a warning when called in the following method constructs: Find().Where(), Modify().Where(), and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-20.html
(Bug #29838254) An attempt to read the record of a model class defined to correspond to a MySQL table with a property of type bool? (nullable Boolean), using the EF Core database context, returned an error message. Functionality Added or Changed ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-24.html
(Bug #32429236) Several data types could not be mapped by running Scaffold-DbContext on valid MySQL tables. Deprecation and Removal Notes Functionality Added or Changed Bugs Fixed Deprecation and Removal Notes The IgnorePrepare connection-string ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-0-33.html
When used with a legacy server (prior to MySQL 8.0), the command object consults the mysql.proc table to determine the parameters of the stored procedure. For applications using OCI Authentication and SSL Certificates validation: ... Deprecation and ...
https://dev.mysql.com/doc/relnotes/connector-net/en/news-8-1-0.html
Starting with MySQL 8.0, the mysql.proc table is no longer available and the connector now uses information_schema. MySQL Connector/NET 8.1.0 is a new GA release version that supersedes the 8.0 series, and is recommended for use on production ...