New build of dotConnect for PostgreSQL 7.20.1836 is available!

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

New build of dotConnect for PostgreSQL 7.20.1836 is available!

Post by Devart » Thu 18 Feb 2021 18:24

Dear users,

New build of dotConnect for PostgreSQL 7.20.1836 is available for download now.

In this version:

  • The new command line option /disablegac that disables adding assemblies to GAC is added
  • The bug in PgSqlDependency when created a lot of dependences is fixed
  • The bug with applying the "Unprepared Execute=True;" connection string parameter to the command object created with PgSqlCommand.Clone() is fixed
Entity Developer
  • The behavior is changed in Entity Developer embedded into Visual Studio: lower versions in the EF Core version property of Model Settings are not hidden any more
  • The behavior is changed in EF Core Model: QueryType=True is set now for all classes without PK
  • C# code generation is improved: the using directives are generated instead of full namespaces in the names of attributes for DataAnnotations, NHibernate Validator, and Enterprise Library validation frameworks
  • Code generation is improved: OnModelCreating(modelBuilder) of the base class is invoked now if the Base Context Type property of EF Core Model is initialized
Entity Framework support
  • Entity Framework Core 5.0.3 is supported
  • Entity Framework Core 3.1.12 is supported
  • The bug with translating Enum.HasFlag to SQL in EF Core 3 and EF Core 5 is fixed

Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked