dotConnect for MySQL V8.12.1357

Released: Mar 28, 2019

V8.12.1357 での更新項目

機能

  • Support for 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.