dotConnect for MySQL 8.18 is released!

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

dotConnect for MySQL 8.18 is released!

Post by Devart » Fri 18 Sep 2020 13:48

Dear users,

Devart is glad to announce the release of dotConnect for MySQL 8.18 — a powerful ADO.NET provider for MySQL with advanced support for Entity Framework, Entity Framework Core, LinqConnect (LINQ to MySQL) and NHibernate. The new version offers you support for spatial data in Entity Framework Core, support for database-specific functions and full-text search in Entity Framework Core, and monitoring improvements.

Spatial Data Support for EF Core

Support for Spatial data in Entity Framework Core is implemented in the Devart.Data.MySql.Entity.EFCore.NetTopologySuite.dll assembly, available for Full .NET Framework via the product installer, and for .NET Standard project — as a separate NuGet package.

Entity Developer also supports mapping spatial properties to database columns of corresponding types. When generating a model from a database, having spatial columns, it automatically downloads all the necessary NuGet packages to your projects.

Read more about our spatial data support in the Entity Framework Core Spatials Support in dotConnect ADO.NET Providers blog article.

Full Text Search and Database-specific Functions Support for EF Core

The MySqlFunctions and MySqlTextFunctions classes, used for calling database-specific functions and full-text search funcions in Entity Framework v4 – v6, are now available for Entity Framework Core.

Monitoring Improvements

dotConnect for MySQL 8.18 allows tweaking monitoring in more details and significantly decrease performance loss from monitoring. Now you can turn off costly call stack sending for all database events via the SendCallStack property of the MySqlMonitor class. Additionally, you can specify events that you want to monitor in the Filter property, and other events won’t be monitored.

And a bonus feature – now the MySqlMonitor class sends timestamps for database events with milliseconds included.


Here is the complete list of dotConnect for MySQL 8.18.1730 features:
  • The SendCallStack property is added to the Devart.Common.DbMonitor class for possibility to turn off resource-demanding logging of CallStack
  • The Filter property is added to the Devart.Common.DbMonitor class for possibility to choose events being logged
  • The Devart.Common.DbMonitor class is improved: now values of the DateTime parameters sent to the dbMonitor tool are supplemented with milliseconds
  • The bug with updating projects in folders below the main project by Upgrade Wizard is fixed
Entity Developer
  • The error message in console Entity Developer is improved: now the text includes the list of all available templates if the specified name of template was incorrect
  • The bug with saving a new model, which has never been saved before, after some time of work in a standalone Entity Developer is fixed
  • The bug with generating mapping for the properties with Shadow=True in EF Core Model is fixed
  • The bug with using spatial types inside complex types in EF Core Model is fixed
Entity Framework support
  • Support for spatial data types in EF Core 3 is implemented
  • The new names of spatial functions in MySQL Server 8 are supported in EF5/EF6 provider
  • Entity Framework Core 3.1.8 is supported
  • The new NuGet package Devart.Data.MySql.EFCore.NetTopolosySuite with a .NET Standard 2.1 assembly, that is compatible with .NET Core 3, is added
  • The new \Entity\EFCore3\Devart.Data.MySql.Entity.EFCore.NetTopolosySuite.dll assembly compiled with EF Core 3.1 and .NET Framework 4.6.1 is added
  • The MySqlFunctions class, which allows using MySQL-specific functions in LINQ to Entities, is supported in EF Core
  • The MySqlTextFunctions class, which allows using MySQL full-text search functionality in LINQ to Entities, is supported in EF Core
Devart development team
http://www.devart.com/dotconnect/mysql/

Locked