dotConnect for SQLite 6.1.151

Released: Jun 1, 2023

Updates in 6.1.151

Funktionen

  • Added support for Microsoft Visual Studio 2022 version 17.7 Preview.
  • The sqlite3.dll library that is included into the installation package has been updated to the version 3.41.1.

Entity Framework support

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

Entity Developer

  • The behavior has been changed: The primitive properties by default now have Inheritance Modifier = None.

Fehlerkorrekturen

Entity Framework support

  • Fixed the bug with ignoring schema set for indexes via CreateIndex() and DropIndex() operations of EF Core Code-First Migrations.
  • Fixed the bug with incorrect SQL translation of reused LINQ query, which includes array.Contains() and other expressions, in EF Core 5/6/7.
  • Fixed the bug with generating parameter prefixed by a double colon in EF Core 7.

Entity Developer

  • Fixed the bug with the detection of non-existent changes while updating a model from a database.
  • Fixed the bug with creating Devart Entity Model in Visual Studio 2022.
  • Fixed the bug with missing model context namespace in EntityFrameworkUnitOfWork.cs produced by the Repository And Unit of Work template (C#) in EF Core.
  • Fixed the bug with generating incorrect scale in mapping for decimal columns by the EF Core template (Visual Basic) in EF Core 5 and higher.
  • Fixed the bug with code generation for TPT inheritance in the EF Core template.