Visual Studio 2019 Release Candidate 4とMySQL 8.0をサポート
3月 29, 2019
新バージョン
機能
Support for Microsoft Visual Studio 2019 Release Candidate 4.
MySQL 8.0 support
The authentication plugin caching_sha2_password is supported.
The list of charset collations is updated with new values added in MySQL 8.0.
The keywords and reserved words of MySQL 8.0 are supported.
The DeriveParameters method of MySqlCommandBuilder takes information about parameters from INFORMATION_SCHEMA instead of mysql.proc table for MySQL 8.0.
Connection to MySQL 8.0 is supported in the Express edition.
The IDbColumnSchemaGenerator interface and the MySqlDataReader.GetColumnSchema() methods are implemented in .NET Standard provider assemblies.
The new caseSensitive parameter (by default, false) is added to ASP.NET web providers configuration options to remove LOWER from the generated SQL queries.
The performance of the SSIS Lookup component improved due to using one IN clause instead of many OR clauses.
Access to the aspnet_membership table optimized.
Now "Unicode=true;" sets client character set to utf8mb4 for MySQL Server 5.5.3 and higher.