dotConnect for MySQL のリリース

Released: Jun 6, 2019

V8.13.1402 での更新項目

機能

  • Added support for Entity Framework Core 2.2.4.
  • Deprecated design-time Synchronous API calls are no longer used with Visual Studio 2019 and Visual Studio 2017.

Released: Apr 11, 2019

V8.13.1366 での更新項目

機能

  • Adds support for Visual Studio 2019.

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...

Released: Jul 19, 2018

V8.12.1190 での更新項目

機能

  • Added support for MySQL 8.0:
    • Support for authentication plugin "caching_sha2_password".
    • List of charset collations updated with new values added in MySQL 8.0.
    • MySQL 8.0 keywords and reserved words are now supported.
  • Implemented IDbColumnSchemaGenerator interface and MySqlDataReader.GetColumnSchema() method in .NET Standard provider assemblies.
  • Performance of SSIS Lookup component improved. It now uses one IN clause instead of many OR clauses.

不具合の修正

  • Fixed "Socket.IOControl handles Windows...

Released: Jun 21, 2018

V8.11.1172 での更新項目

機能

  • Added support for SSL in .NET Standard 2.0 provider assemblies.
  • Added support for Proxy connections for SSL and HTTPS protocols.

Entity Developer

  • Support for Entity Framework Core 2.1.
    • Query type support: classes now have Query Type property, and if it is set to true, this class is generated as a query type.
    • Lazy loading for Entity Framework Core 2.1:
      • Model now has the Use Lazy-Loading Proxies property, which enables lazy loading on the model level.
      • Navigation properties now have the Lazy...

Released: May 24, 2018

V8.10.1152 での更新項目

機能

  • Added destructor to DataContext class.
  • Added support for Entity Framework Core 1.1.5 and 2.0.3.

不具合の修正

  • Fixed bug with missing Devart.Data.MySql.Entity namespace in *.Designer.cs generated by EF Core 2 Code-First Migrations via Devart NuGet package.
  • Fixed bug generating command separators in the EF Core 2 Code-First Migrations script.

Released: Feb 15, 2018

V8.10.1086 での更新項目

機能

  • MySqlDependency class now supports .NET Standard 1.3.
  • Behaviour changed: if there is no access to "mysql.proc" then dotConnect for MySQL connects to "information_schema" for MySQL 5.5.3 and higher.
  • Behaviour changed: if there is no access to "mysql.proc" then dotConnect for MySQL executes the SHOW CREATE [Procerdure, Function] 'proc_name' query for MySQL versions lower than 5.5.3.
  • Entity Developer
    • Support for ASP.NET Core MVC added to Data Annotations Metadata template.

不具合の修正

  • Bug serializing...

Released: Oct 30, 2017

V8.10.1013 での更新項目

機能

  • Added .NET Standard 2.0 compatible assemblies to the Devart.Data and Devart.Data.MySql NuGet packages:
    • Support for distributed transactions.
    • Implemented MySqlDataAdapter and MySqlCommandBuilder.
    • Implemented MySqlConnection.GetSchema() and MySqlDataReader.GetSchemaTable() methods for metadata retrieving.
    • Implemented MySqlDataSourceEnumerator class.
    • Implemented MySqlDependency class.
    • Implemented MySqlDump class.
    • Component classes in the .NET Standard 2.0 assemblies implement ICloneable and...

Released: May 25, 2017

V8.9.912 での更新項目

機能

  • Support for .NET Core.
  • NuGet packages with .NET Standard 1.3 (.NET Core) compliant assemblies are now available.

不具合の修正

  • Fxied bug previewing a DataSet.

Released: Mar 2, 2017

V8.7.852 での更新項目

機能

  • Adds support for Visual Studio 2017.

不具合の修正

  • Fixed bug detecting foreign key change by Update Model From Database.
  • Fixed "Stack empty" error after stopping validation and before code generation in a standalone version.
  • Fixed bug with the "Validate on Build" option in Model Settings.
  • Fixed compilation bug in the EF Core template after copying it to a model folder.