dotConnect for MySQL Releases

Released: Jul 25, 2019

Updates in V8.13.1437

Fixes

  • Fixed bug applying a value converter to a nullable column in EF Core 2.
  • Fixed bug applying config.QueryOptions.ComparisonCollation to the update statements in EF6.

Released: Jun 6, 2019

Updates in V8.13.1402

Features

  • 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

Updates in V8.13.1366

Features

  • Adds support for Visual Studio 2019.

Released: Mar 28, 2019

Updates in V8.12.1357

Features

  • 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

Updates in V8.12.1190

Features

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

Fixes

  • Fixed "Socket.IOControl handles...

Released: Jun 21, 2018

Updates in V8.11.1172

Features

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

Released: May 24, 2018

Updates in V8.10.1152

Features

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

Fixes

  • 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

Updates in V8.10.1086

Features

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

Fixes

  • Bug...

Released: Oct 30, 2017

Updates in V8.10.1013

Features

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

Released: May 25, 2017

Updates in V8.9.912

Features

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

Fixes

  • Fxied bug previewing a DataSet.