dotConnect for PostgreSQL 8.1.151

Released: Jun 1, 2023

8.1.151 での更新項目

機能

  • Added support for Microsoft Visual Studio 2022 version 17.7 Preview.

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.

不具合の修正

  • Fixed the bug with throwing the "Unexpected server response" error when executing INSERT into a non-existing table.
  • Fixed the bug in DataSet designer.

Entity Framework support

  • Fixed the bug with incorrect SQL translation of reused LINQ query, which includes array.Contains() and other expressions, in EF Core 5/6/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.