New build of dotConnect for MySQL 8.10.1031 is available!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of dotConnect for MySQL 8.10.1031 is available!

Post by Devart » Fri 24 Nov 2017 05:14

Dear users,

New build of dotConnect for MySQL 8.10.1031 is available for download now.

In this version:
  • The CancelEditRowIfUpdateFailed property, determining whether to call CancelEdit for the row after update of the row is failed when data binding is used, is added to MySqlDataTable
LinqConnect (formerly known as LINQ to MySQL)
  • The performance of generating complex queries is improved
  • The bug with exceeding a length of duplicated column aliases in the generated SQL is fixed
Entity Developer
  • The new "Detect function-based column default value" option is implemented in Model Settings of EF Core model
  • The code generation for async method calls is added to the EF Core template
  • The usage of long identifiers (up to 140 symbols) for naming model objects is supported
  • The bug with quoting NULL default values by Create Model Wizard and Update From Database when working with MariaDB is fixed
Entity Framework support
  • Entity Framework 6.2 is supported
  • The SQL generation for subselects, when using Distinct(), in EF1/EF4/EF5/EF6 is optimized
  • The Code-First Migrations functionality in EF Core is improved:
    • the operations InsertData / UpdateData / DeleteData (introduced in EF Core 2), EnsureSchema (creates database if not exists), DropSchema (removes database) are supported
  • The bug with using UseMySql(DbConnection) extension method of DbContextOptionsBuilder in EF Core is fixed
  • The bug with using Add-Migration in Package Manager Console for adding code-based Code-First Migrations in EF Core 2 is fixed
  • The bug with using collections in a .Contains() method in EF Core 2 is fixed
  • The bug with JOIN conditions in SQL generated from LINQ query in EF1/EF4/EF5/EF6 is fixed
  • The bug with using multiple .Include() in EF Core 2 is fixed
  • The bug with processing conditions in LINQ queries with joins in EF Core is fixed
Devart development team
http://www.devart.com/dotconnect/mysql/

Locked