New build of LinqConnect 4.8.1644 is available!

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Locked
Devart
Site Admin
Posts: 3974
Joined: Tue 26 Oct 2004 13:51

New build of LinqConnect 4.8.1644 is available!

Post by Devart » Thu 10 Jan 2019 13:12

Dear users,

New build of LinqConnect 4.8.1644 is available for download now.

In this version:
  • PostgreSQL 11 is supported
  • The new overload DataContext.Refresh(bool ignoreErrors, RefreshMode mode, object entity) is added for ignoring errors during refresh
  • The existing overload DataContext.Refresh(RefreshMode mode, object entity) is improved: its check avoids the try to refresh the entity that is added to the context but not submitted to the database
  • 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, is fixed
  • The bug with generating the COALESCE expression is fixed (MySQL)
Entity Developer
  • The bug with using ASP.NET Core Web Application (.NET Framework) and Azure Functions v1 (.NET Framework) projects in Visual Studio 2017 is fixed

Devart development team
http://www.devart.com/linqconnect/

Locked