dotConnect for PostgreSQL V7.11.1172

Released: Jun 21, 2018

Updates in V7.11.1172

Funktionen

  • Added support for SSH connections.
  • Added support for SSL in .NET Standard 2.0 provider assemblies.
  • PgSqlDependency class is now supported in the .NET Standard 1.3 version of the provider assemblies.
  • Added Unknown value to the Severity enum.
  • Added SeverityMessage property to the PgSqlException and PgSqlError classes for returning a severity message.
  • The following static properties have been added to PgSqlLocalization: ServerMessageSeverityError, ServerMessageSeverityFatal, ServerMessageSeverityPanic, ServerMessageSeverityWarning, ServerMessageSeverityNotice, ServerMessageSeverityDebug, ServerMessageSeverityInfo and ServerMessageSeverityLog.

Entity Developer

  • Support for Entity Framework Core 2.1.
    • Query type support: classes now have Query Type property, and if it is set to true, this class is generated as a query type.
    • Lazy loading for Entity Framework Core 2.1:
      • Model now has the Use Lazy-Loading Proxies property, which enables lazy loading on the model level.
      • Navigation properties now have the Lazy property, which enables lazy loading for a specific navigation property.
    • Properties now have the Constructor Parameter property, for configuring a parameterized constructor of the class.
  • Added "Include Environment Variables" property to the EF Core template which determins whether context configuration will be extended with environment variables when a connection string from the appsettings.json file is used.
  • Added "Json File Base Path" property to the EF Core template which specifies the base path for file-based providers when a connection string from the appsettings.json file is used.