LinqConnect V4.8.1694

Released: Mar 28, 2019

V4.8.1694 での更新項目

機能

  • 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 DataContext.Refresh(bool ignoreErrors, RefreshMode mode, object entity) added for ignoring errors during refresh.
  • The existing overload DataContext.Refresh(RefreshMode mode, object entity) is now improved: its check avoids the try to refresh the entity that is added to the context but not submitted to the database.
  • All existing overloads of DataContext.Query() method are replaced with DataContext.Query<TResult>(String,params Object[]).