Rilasci di dotConnect for PostgreSQL

Released: Jun 1, 2023

Aggiornamenti in V8.1.151

Funzionalità

  • Added support for Microsoft Visual Studio 2022 version 17.7 Preview.

Entity Framework support

  • Entity Framework Core 7.0.5 is now supported.
  • Entity Framework Core 6.0.16 is now supported.

Entity Developer

  • The behavior has been changed: The primitive properties by default now have Inheritance Modifier = None.

Correzioni

  • Fixed the bug with throwing the "Unexpected server response" error when executing INSERT into a non-existing table.
  • Fixed the bug in DataSet designer.

Entity Framework...

Released: Mar 1, 2023

Aggiornamenti in V8.1.134

Funzionalità

  • Microsoft Visual Studio 2022 version 17.5 Preview is now supported.
  • Added Microsoft .NET 7 compatibility.
  • Added support for PostgreSQL 15.
  • Added support for сonnecting to PostgreSQL 12 and higher via SSH using SHA-256/512 algorithms.

Microsoft Entity Framework support

  • Entity Framework Core 7.0.2 is now supported.
  • Entity Framework Core 6.0.13 is now supported.
  • Entity Framework Core 3.1.32 is now supported.

Entity Developer

  • Added new extended properties 'Do Not Generate Serializable...

Released: Jun 30, 2022

Aggiornamenti in V8.0.0

Funzionalità

  • Added Microsoft .NET 6 compatibility.
  • Added Apple macOS 11 Arm64 (or "Apple Silicon" or "Apple M1") support.
  • Added Microsoft Windows 11 support.
  • Added Microsoft Visual Studio 2022 version 17.2 and 17.3 Preview support.

Entity Framework

  • Added Entity Framework Core 6.0.5, 5.0.17 and 3.1.25 support.

Entity Developer

  • Added a 64-bit version of standalone Entity Developer application.
  • Added a 64-bit version of console Entity Developer application.

Correzioni

  • Fixed the incorrect dump of...

Released: Jan 25, 2022

Aggiornamenti in V7.24.2066

Funzionalità

  • Added support for Microsoft .NET 6.0.
  • Added KeepConnected connection string parameter to determine the number of seconds of connection inactivity before the client sends a ping request.
  • Added Load Balancing support - Several hosts with their ports can now be specified in the Host parameter of the connection string.
  • Added Target Session connection string parameter for managing Load Balancing functionality, possible values are SuppressLoadBalancing, Any, PreferStandby, PreferPrimary...

Released: Dec 21, 2021

Aggiornamenti in V7.23.2042

Funzionalità

Entity Developer

  • Improved model validation: the errors are generated for all entities with QueryType=True in Entity Framework Core Model when Entity Framework Core version=EF Core 1 in Model Settings.

Entity Framework support

  • Entity Framework Core 6.0.1 is now supported.
  • Entity Framework Core 5.0.13 is now supported.
  • Entity Framework Core 3.1.22 is now supported.
  • The config.SpatialOptions settings are now supported in Entity Framework Core.
  • NetTopologySuite 2.4.0 is now supported in...

Released: Nov 9, 2021

Aggiornamenti in V7.22.2014

Funzionalità

  • Added support for PostgreSQL 14. The new supported features of PostgreSQL Server 14 are:
    • Added multirange data type support:
      • int4multirange.
      • int8multirange.
      • nummultirange.
      • datemultirange.
      • tsmultirange.
      • tstzmultirange.
    • Added new members to the PgSqlType enum:
      • IntMultirange.
      • BigIntMultirange.
      • NumericMultirange.
      • TimeStampMultirange.
      • TimeStampTZMultirange.
      • DateMultirange.
    • PgSqlReader.GetProviderSpecificValue now returns provider-specific range types:
      • PgSqlIntRange[] for int4multirange...

Released: Oct 21, 2021

Aggiornamenti in V7.21.2001

Funzionalità

  • Microsoft Visual Studio 2019 Preview support has been discontinued.

Entity Framework support

  • Added support for Entity Framework Core 5.0.11.
  • Added support for Entity Framework Core 3.1.20.
  • The implementation of config.CodeFirstOptions.TruncateLongDefaultNames in Entity Framework 6 Microsoft .NET Standard compliant assemblies has been improved: the generated names are constant, independent on a current domain and workstation.

Correzioni

  • Fixed the bug with throwing Devart.Common...

Released: Sep 28, 2021

Aggiornamenti in V7.21.1985

Funzionalità

Entity Developer

  • Added new Validation Framework property to the Data Transfer Object template for generating DataAnnotation attributes.
  • Added new "Save connection to" option to Microsoft Entity Framework Core Model Settings which adds the ability to store the connection string in "Model file", "Entity Developer storage" and "Environment variable".
  • Added new "Enum Output" option to the Entity Framework Core template to specify the output for generated enums.
  • Added new property...

Released: Jul 8, 2021

Aggiornamenti in V7.20.1930

Funzionalità

  • Added support for Microsoft Visual Studio 2019 version 16.11 Preview 2.0.

Correzioni

  • The "WITH OIDS" clause was excluded from dump results for PostgreSQL version 12 and higher.
  • The bug with converting the timestamp with time zone value to DateTimeOffset by PgSqlDataReader has been fixed.

Released: Jun 3, 2021

Aggiornamenti in V7.20.1905

Correzioni

  • Fixed the bug with the "Failed to merge object(s). Object reference not set to an instance of an object…" error during create DataSet with View objects.