dotConnect for PostgreSQL V7.19.1759

Released: Oct 29, 2020

Updates in V7.19.1759

Features

  • Added support for PostgreSQL 13.
  • Metadata returned by the GetSchema("Tables") and GetSchema("Columns") PgSqlConnection methods are now supplemented with the list of foreign tables and columns.

Entity Framework support

  • Added support for Entity Framework Core 3.1.9.

Fixes

  • The bug with Microsoft Visual Studio 2019 integration, when both v16.7 RTM and v16.8 Preview are installed on the same computer has been fixed.
  • The bug with missing Name and Owner properties of the PgSqlConnection class in Microsoft .NET Standard compliant assemblies has been fixed.

Entity Developer

  • The bug with reading templates from *.edps by console Entity Developer has been fixed.

Entity Framework support

  • The bug with detecting FK relationship by the Scaffold-DbContext functionality in Entity Framework Core 3 has been fixed.