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

Post by Devart » Thu 15 Feb 2018 14:44

Dear users,

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

In this version:
  • The MySqlDependency class is supported in the .NET Standard 1.3 version of provider assemblies
  • The behaviour is changed: if there is no access to mysql.proc, then we will connect to information_schema for MySQL 5.5.3 and higher
  • The behaviour is changed: if there is no access to mysql.proc, then we will execute "SHOW CREATE [Procerdure, Function] 'proc_name'" query for MySQL lower then 5.5.3
  • The bug with serializing the DateTime value with explicitly specified Invariant Culture, when assigning it to MySqlParameter, is fixed
LinqConnect (formerly known as LINQ to MySQL)
  • The bug with throwing MethodAccessException by .NET Standard provider assemblies when referencing them to a project, targeting Full .NET Framework, is fixed
Entity Developer
  • Support for ASP.NET Core MVC is added to the Data Annotations Metadata template (Entity Framework models)
  • The bug with applying the DevartEFCoreGenerator custom tool in Visual Basic .NET Core projects is fixed (Entity Framework models)
Devart development team
http://www.devart.com/dotconnect/mysql/

Locked