dotConnect for PostgreSQL V7.10.1013

Released: Oct 30, 2017

Updates in V7.10.1013

Features

  • Added .NET Standard 2.0 compatible assemblies to the Devart.Data and Devart.Data.PgSql NuGet packages:
    • Support for distributed transactions.
    • Implemented PgSqlDataAdapter and PgSqlCommandBuilder.
    • Implemented PgSqlConnection.GetSchema() and PgSqlDataReader.GetSchemaTable() methods for metadata retrieving.
    • Implemented PgSqlDependency class.
    • Implemented PgSqlDataSourceEnumerator class.
    • Implemented PgSqlDump class.
    • Implemented dynamic column creation in PgSqlLoader class.
    • Component classes in the .NET Standard 2.0 assemblies implement ICloneable and ISupportInitialize interfaces.
    • Some of the classes, representing data types, now implement the INullable and ISerializable interfaces
  • Adds support for .NET Core 2.0.
  • Adds support for PostgreSQL 10.