Search Results
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 ...
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.
https://dev.mysql.com/doc/relnotes/connector-python/en/news-8-0-17.html
For general information about connection attributes, see Performance Schema Connection Attribute Tables. Functionality Added or Changed Bugs Fixed Functionality Added or Changed Prepared statement support was added to the C extension's ...