dotConnect for PostgreSQL 7.17 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.17 is released!

Post by Devart » Fri 21 Feb 2020 13:31

Dear users,

Devart is glad to announce the release of dotConnect for PostgreSQL 7.17, Devart ADO.NET data provider for PostgreSQL with support for Entity Framework, Entity Framework Core, LinqConnect (LINQ to PostgreSQL) and NHibernate. The new version offers you support for SQL Server Integration Services 2019.

Now you can use our PostgreSql Data Flow Source, Lookup, and Destination components (and the corresponding connection manager) in your SSIS packages, running on the latest SQL Server version and designed in the latest Visual Studio version. Besides, the PgSqlDataTable and PgSqlDataSet classes are now available in .NET Standard 2.0 compatible assemblies.


Here is the complete list of dotConnect for PostgreSQL 7.17.1583 features:
  • SQL Server Integration Services 2019 (SSIS 2019) is supported
  • The PgSqlDataTable and PgSqlDataSet classes are supported in .NET Standard 2.0
  • The behavior is changed: pool is automatically cleared when AppDomain is being closed
  • The bug with initializing NHibernate configuration on .NET Standard 2.0 is fixed
Entity Developer
  • The bug with returning multiple result sets in code generated by the EF Core template is fixed
  • The bug with detecting Identity=True for columns with synonym data type, when DetectFunctionBasedColumnDefault=True in Model Settings, is fixed
Entity Framework support
  • Entity Framework Core 3.1.1 is supported
  • The bug with using nullable enum properties with default mapping to integers in LINQ query in EF Core 3.1 is fixed
  • The bug with using value converters detected automatically by .HasConversion<string>() in EF Core 3 is fixed
  • The bug with using NULL constant values in EF Core 3 is fixed
  • The bug with using binary operators AND, OR in EF Core 3 is fixed
Devart development team
http://www.devart.com/dotconnect/postgresql/

Locked