LinqConnect Releases

Released: Apr 11, 2019

Updates in V4.9.1703

Features

  • Adds support for Visual Studio 2019.

Released: Mar 28, 2019

Updates in V4.8.1694

Features

  • Support for Visual Studio 2019 Release Candidate 4
  • Support for .NET Standard 2.0.
  • Support for .NET Core 2.0.
  • PostgreSQL 11 support.
  • Support for macaddr8 data type introduced in PostgreSQL 10.
  • Improved performance generating complex queries.
  • Generate CROSS JOIN LATERAL and LEFT JOIN LATERAL when connecting to PostgreSQL Server 9.3 or higher.
  • The XmlMappingSource.FromResource method is supported in .NET Standard provider assemblies
  • Added destructor for DataContext.
  • New overload...

Released: Jan 10, 2019

Updates in V4.8.1644

Features

  • Added support for PostgreSQL 11.
  • Added new overload DataContext.Refresh(bool ignoreErrors, RefreshMode mode, object entity) added for ignoring errors during refresh.
  • Improved existing overload to avoid trying to refresh an entity that was added to the context but not submitted to the database.

Fixes

  • Fixed error with the type and text of the error generated by the DataContext.Refresh(RefreshMode mode, object entity) method, when the passed entity doesn't exist in database.
  • Fixed bug...

Released: Feb 15, 2018

Updates in V4.8.1423

Features

  • Added support for the generation of CROSS JOIN LATERAL and LEFT JOIN LATERAL when connecting to a PostgreSQL Server (9.3 or higher).

Entity Developer

  • Now supports Identity columns in PostgreSQL 10.

Fixes

  • MethodAccessException thrown by .NET Standard provider assemblies when targeting a full .NET Framework.

Released: Oct 30, 2017

Updates in V4.8.1350

Features

  • Added support for .NET Standard 2.0.
  • Added support for .NET Core 2.0.
  • The macaddr8 data type introduced in PostgreSQL 10 is now supported.

Released: May 25, 2017

Updates in V4.7.1249

Features

  • Support for .NET Core.
  • NuGet packages with .NET Standard 1.3 (.NET Core) compliant assemblies are now available.

Fixes

  • Fixed bug running LINQ queries, which invoke .NET methods on client side during materialization of result set.
  • Fixed bug materializing scalar value collection when converting values on the client side.
  • Fixed bug returning incorrect data by the 'BooleanProperty ?? false' LINQ query is fixed (MySQL).

Released: Mar 2, 2017

Updates in V4.5.1189

Features

  • Adds support for Visual Studio 2017.

Released: Sep 22, 2016

Updates in V4.5.1080

Fixes

  • Fixed bug with materialization in multithreaded application.
  • Fixed bug mapping DateTime2 database columns via DbType.DateTime2 parameters.

Released: Jun 9, 2016

Updates in this release

Updates in V4.5.1004

  • Added the possibility to use .IsRowVersion() method for properties with non-binary data types when using the fluent mapping approach.
  • Parent property added to the IInheritanceConfiguration interface.
  • Bitwise And, Or, Xor, and Not operators are supported in LINQ queries for integer operands (SQL Server).
  • Bitwise And, Or, and Xor operators are supported in LINQ queries for integer operands (Oracle).

Released: Feb 4, 2016

Updates in this release

Updates in V4.5.921

  • Added compatibiity with dotConnect providers.
  • Parent property added to the IInheritanceConfiguration interface.