Rilasci di dotConnect for PostgreSQL

Released: Apr 11, 2019

Aggiornamenti in V7.13.1366

Funzionalità

  • Adds support for Visual Studio 2019.

Released: Mar 28, 2019

Aggiornamenti in V7.12.1357

Funzionalità

  • Support for Visual Studio 2019 Release Candidate 4.

Released: Jan 10, 2019

Aggiornamenti in V7.12.1307

Funzionalità

  • Added support for PostgreSQL.

Correzioni

  • Fixed bug connecting to a database with .NET Standard 1.3 compatible assemblies on .NET Framework 4.6.0 run-time.

Released: Jun 21, 2018

Aggiornamenti in V7.11.1172

Funzionalità

  • 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...

Released: May 24, 2018

Aggiornamenti in V7.10.1152

Funzionalità

  • Generate idempotent scripts in Entity Framework Core 2 Code-First Migrations for PostgreSQL 9.0 and higher.
  • Added support for the DeleteDatabaseBehaviour.Database value in Entity Framework Core 2.
  • Added destructor to DataContext class.
  • Added support for Entity Framework Core 1.1.5 and 2.0.3.

Correzioni

  • Fixed bug using EnsureSchema in Entity Framework Core against PostgreSQL 9.2 and earlier, if schema names should be quoted when the schema exists but the required tables are missing...

Released: Feb 15, 2018

Aggiornamenti in V7.10.1086

Funzionalità

  • Entity Developer
    • Identity columns in PostgreSQL 10 are now supported.
    • Support for ASP.NET Core MVC added to Data Annotations Metadata template.
  • LinqConnect (formerly known as LINQ to PostgreSQL)
    • Added support for generating CROSS JOIN LATERAL and LEFT JOIN LATERAL when connecting to PostgreSQL Server 9.3 or higher.

Correzioni

  • Bug connecting to non-unicode PostgreSQL Servers via .NET Standard provider assemblies.
  • Bug using PgSqlAlerter in .NET Core projects.
  • LinqConnect (formerly...

Released: Oct 30, 2017

Aggiornamenti in V7.10.1013

Funzionalità

  • 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...

Released: May 25, 2017

Aggiornamenti in V7.9.912

Funzionalità

  • Support for .NET Core.
  • NuGet packages with .NET Standard 1.3 (.NET Core) compliant assemblies are now available.
  • Added ProcessId property to PgSqlAlerterAlertEventArgs.
  • Now a new GUID is generated for a MachineKeys container name when loading the application.
  • Now a MachineKeys container is immediately removed after establishing a connection to the server, instead of waiting for the end of the process.

Correzioni

  • Fixed bug previewing a DataSet.

Released: Mar 2, 2017

Aggiornamenti in V7.7.852

Funzionalità

  • Adds support for Visual Studio 2017.

Correzioni

  • Fixed bug using alternative quoting in CommandText.
  • Fixed "Stack empty" error after stopping validation and before code generation in a standalone version.
  • Fixed bug with the "Validate on Build" option in Model Settings.
  • Fixed compilation bug in the EF Core template after copying it to a model folder.

Released: Dec 22, 2016

Aggiornamenti in V7.7.804

Funzionalità

  • Install Wizard adds 'Do not install assemblies in the GAC' check box which allows you to not place the provider assemblies in the GAC.

Correzioni

  • Fixed bug backing up PostGIS datatypes via the PgSqlDump class as varchar.
  • Fixed bug generating an error when using PgSqlMonitor on Linux.
  • Fixed bug with not using parameters value in ParentRelation data in PgSqlDataTable.SelectCommand.
  • Fixed bug retrieving incorrect DateTimeOffset when UnpreparedExecute is set to true.
  • Fixed bug creating...