New build of dotConnect for MySQL 8.12.1328 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.12.1328 is available!

Post by Devart » Thu 14 Feb 2019 16:35

Dear users,

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

In this version:
  • Connection to MySQL 8.0 is supported in the Express edition
  • The bug with MySqlLoader.LoadTable(IDataReader) for .NET Standard 1.3 and .NET Standard 2 is fixed
LinqConnect (formerly known as LINQ to MySQL)
  • The bug with executing incorrect SQL request (cached during one of the previous calls), when .Contains() is invoked in the multithreaded application, is fixed
Entity Developer
  • The bug with quoting keywords and reserved words of MySQL 8.0 is fixed
  • The bug with generating fluent mapping for the one-to-one association by the DbContext template in EF4/EF5/EF6 is fixed
Entity Framework support
  • The translation of single-char literal into SQL statement in EF Core is supported
  • The bug with using a value converter for the property used in .Contains() in EF Core 2 is fixed
  • The bug with translating String.IndexOf() into SQL statement in EF Core is fixed
  • The bug with updating a null value of the concurrency check column with some non-null value in EF Core is fixed

Devart development team
http://www.devart.com/dotconnect/mysql/

Locked