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

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

Released: Jul 8, 2021

V7.20.1930 での更新項目

機能

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

不具合の修正

  • 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

V7.20.1905 での更新項目

不具合の修正

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

Released: Apr 1, 2021

V7.20.1860 での更新項目

機能

  • Added support for Microsoft Visual Studio 2019 version 16.10 Preview.
  • Added the ability to use SslStream to create SSL connections for Microsoft .NET Standard (.NET Core) Projects.
  • Added an additional parameter substitution mode in queries in the SSIS Data Flow Source component: substitution as is, without escaping.

不具合の修正

  • Fixed the bug with a DateTime variable in the SSIS Source component.
  • Fixed the bug with opening SSL connection to PostgreSQL Server 13 that uses password_encryption=scram...

Released: Feb 18, 2021

V7.20.1836 での更新項目

機能

  • Added a new command line option /disablegac that disables adding assemblies to GAC.

Entity Developer

  • Changed the behavior of Entity Developer embedded into Microsoft Visual Studio: lower versions in the Entity Framework Core version property of Model Settings are not hidden any more.
  • Changed the behavior in Entity Framework Core Model: QueryType=True is now set for all classes without PK.
  • Improved C# code generation: the using directives are generated instead of full namespaces in the names...

Released: Jan 15, 2021

V7.20.1812 での更新項目

機能

Entity Developer

  • Added new attribute DisplayName for model objects' extended properties which are available via template properties.
  • Added new options --ContextNamespace and --DefaultNamespace to the Create-Model command of Console Entity Developer.
  • Added new extended model property Base Context Type for specifying a parent class for the generated context in Entity Framework Core Model.
  • Added new extended properties Base Type for complex types and Base Complex Type for model in Entity...

Released: Dec 17, 2020

V7.20.1792 での更新項目

機能

Entity Framework support

  • Added support for Entity Framework Core 5.0.1.

不具合の修正

Entity Framework support

  • Fixed the bug with creating savepoints in Entity Framework Core 5.