dotConnect for SQLite 6.2.0

Released: Nov 16, 2023

6.2.0 での更新項目

機能

  • Microsoft Visual Studio 2022 version 17.8 Preview is now supported.
  • The SQLiteSnapshot class has been implemented to record a snapshot of the current database state and restore a transaction to the existing snapshot.

Entity Framework support

  • Entity Framework Core 7.0.10 is now supported.
  • Entity Framework Core 6.0.21 is now supported.

不具合の修正

  • Fixed the error during installation on the 32-bit version of Windows.

Entity Framework support

  • Fixed the bug throwing Microsoft.EntityFrameworkCore.Infrastructure.ManyServiceProvidersCreatedWarning by the UseSQLite(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 the numeric default value of string columns as function-based column default value in EF Core Model.