dotConnect for PostgreSQL (英語版) のリリース

Released: Jan 17, 2024

8.3.10 での更新項目

機能

  • Added support for Microsoft .NET 8.
  • Microsoft Visual Studio 2022 version 17.9 Preview is now supported.

Entity Framework support

  • Entity Framework Core 8.0.0 is now supported.
  • Entity Framework Core 7.0.14 is now supported.
  • Entity Framework Core 6.0.25 is now supported.

LinqConnect (formerly known as LINQ to PostgreSQL)

  • Added support for Microsoft .NET 8.

Entity Developer

  • EF Core 8 has been added to the list of available Entity Framework versions in Create Model Wizard and Model Settings in EF...

Released: Nov 16, 2023

8.2.0 での更新項目

機能

  • Microsoft Visual Studio 2022 version 17.8 Preview is now supported.

Entity Framework support

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

不具合の修正

  • Fixed the error during installation on the 32-bit version of Windows.
  • Fixed the bug with IPv6 host in the connection string.
  • Fixed the bug with unhandled NullReferenceException.

Entity Framework support

  • Fixed the bug with incorrect SQL translation of reused LINQ query, which includes array.Contains...

Released: Jun 1, 2023

8.1.151 での更新項目

機能

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

不具合の修正

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

  • Fixed...

Released: Mar 1, 2023

8.1.134 での更新項目

機能

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

Released: Jun 30, 2022

8.0.0 での更新項目

機能

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

不具合の修正

  • Fixed the incorrect dump of sequence value...

Released: Jan 25, 2022

V7.24.2066 での更新項目

機能

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

Released: Dec 21, 2021

V7.23.2042 での更新項目

機能

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

Released: Nov 9, 2021

V7.22.2014 での更新項目

機能

  • 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

V7.21.2001 での更新項目

機能

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

不具合の修正

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

Released: Sep 28, 2021

V7.21.1985 での更新項目

機能

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 "Generate...