dotConnect for MySQL 9.2.0

Released: Nov 16, 2023

Updates in 9.2.0

Features

  • Added support for MariaDB 11.
  • Microsoft Visual Studio 2022 version 17.8 Preview is now supported.

Entity Framework support

  • Entity Framework Core 7.0.5 is now supported.
  • Entity Framework Core 6.0.16 is now supported.

Fixes

  • Fixed the error during installation on the 32-bit version of Windows.
  • Fixed the bug with inserting milliseconds via prepared command.

Entity Framework support

  • Fixed the bug throwing "Unexpected null value in SQL fragments", when LINQ query has multiple .Include() with spatial DbGeometry and DbGeography properties, in EF4/EF5/EF6.
  • Fixed the bug throwing Microsoft.EntityFrameworkCore.Infrastructure.ManyServiceProvidersCreatedWarning by the UseMySql(DbConnection connection) extension method of DbContextOptionsBuilder in EF Core 6 and EF Core 7.
  • Fixed the bug using custom converters in mapping in EF Core 3 and higher.

Entity Developer

  • Fixed the bug detecting TINYINT(1) NOT NULL DEFAULT 1 as function-based column default value in EF Core Model.
  • Fixed the bug detecting the numeric default value of string columns as function-based column default value in EF Core Model.