Released: Jun 6, 2024
8.3.21 버젼 업데이트
기능
Entity Framework support
- Updated support for Entity Framework Core 8 to version 8.0.6.
- Updated support for Entity Framework Core 7 to version 7.0.20.
- Updated support for Entity Framework Core 6 to version 6.0.31.
Released: May 29, 2024
8.3.20 버젼 업데이트
기능
- Added support for Microsoft Visual Studio 2022 version 17.11 Preview.
Entity Framework support
- Updated support for Entity Framework Core 8 to version 8.0.5.
- Updated support for Entity Framework Core 6 to version 6.0.30.
- Added support for the translation of the DateTime.Millisecond and DateTimeOffset.Millisecond properties, as well as the DateTime.AddMicroseconds() and DateTimeOffset.AddMicroseconds() methods, in LINQ queries into SQL statements in EF Core 8.
수정사항
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() and...
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
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...