dotConnect for PostgreSQL 7.14 is released!

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for PostgreSQL
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

dotConnect for PostgreSQL 7.14 is released!

Post by Devart » Fri 13 Sep 2019 17:18

Dear users,

Devart is glad to announce the release of dotConnect for PostgreSQL 7.14, Devart ADO.NET data provider for PostgreSQL with support for Entity Framework, LinqConnect (LINQ to PostgreSQL) and NHibernate. The new version offers you support for Entity Framework 6.3 Preview 9 and .NET Core 3 Preview 9.

dotConnect for PostgreSQL .NET Standard 2.0 compatible assemblies are completely compatible with .NET Core 3, and we offer a new Devart.Data.PostgreSql.EF6 NuGet package with a .NET Standard 2.1 assembly, allowing use of dotConnect for PostgreSQL on .NET Core 3 in projects, using Entity Framework 6.3.

Entity Developer also fully supports Entity Framework 6.3 and allows you to add Devart Entity Models to projects, targeting .NET Core 3.

Besides, when installing dotConnect for PostgreSQL, you can integrate it into release and preview versions of Visual Studio 2019 (even into both simultaneously).

You can find more details in our blog article.

Here is the complete list of dotConnect for PostgreSQL 7.14.1470 features:
  • The integration with Visual Studio 2019 is improved: now the installation detects both 2019 Release and 2019 Preview versions
  • The bug with throwing System.NullReferenceException instead of actual error in Workflow Foundation is fixed
Entity Developer
  • Entity Framework 6.3 Preview 9 is supported for projects with target framework .NET Core 3 or .NET Standard 2.1
  • The behaviour is changed: a plural form of names ending with "s" now has a longer version (for example, status -> statuses)
  • The bug with applying the new Foreign Key's Delete Rule values SET DEFAULT and SET NULL by the Update Database From Model and Update Model From Database wizards is fixed (Entity Framework)
  • The bug with copying a property with Primary Key=True / Entity Key=True to a complex type is fixed (Entity Framework)
  • The bug with naming of a composing unique key by Create Model Wizard / Update From Database Wizard in EF Core is fixed (Entity Framework)
  • The bug with invalid attempt to cast unsupported Visual Studio project to type 'VSLangProj.VSProject' is fixed
Entity Framework support
  • Entity Framework 6.3 Preview 9 is supported
  • A new NuGet package Devart.Data.PostgreSql.EF6 with a .NET Standard 2.1 assembly, compatible with .NET Core 3, is added
  • The bug with using the same database connection in several EF Core contexts is fixed
  • The bug with applying a value converter to .Where expression with .Contains on nullable enum in EF Core 2 is fixed
  • The bug with casting the DateTimeOffset value passed to a function as an argument in EF6 is fixed
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked