dotConnect for MySQL V8.17.1686

Released: Jul 16, 2020

Updates in V8.17.1686

Features

  • Added MySqlDependency constructor and AddCommandDependency overload, specifying how MySqlDependency should check command tables for changes, along with corresponding MySqlDependencyCheckTime enum.

Fixes

Entity Developer

  • Fixed bug detecting FK relationships to tables in other schemas by Create Model Wizard and Update From Database Wizard.

LinqConnect (formerly known as LINQ to MySQL)

  • Fixed "Could not find element type in model" bug when loading XML mapping in Microsoft .NET Standard LinqConnect assemblies.
  • Fixed bug using enums via Microsoft .NET Standard compliant assemblies.

Entity Framework support

  • Fixed bug with incorrect SQL generation when using .Substring() in a .Select() statement in EF Core 2.
  • Fixed bug reading the BINARY(16) column mapped to the byte[] class property, when "Binary As Guid=True;" is set in the connection string, in EF Core.