Rilasci di LinqConnect

Released: Jul 30, 2020

Aggiornamenti in V4.9.2033

Correzioni

  • Fixed bug with IndexOf() method overload, that accepts CurrentCultureIgnoreCase as an argument (Microsoft SQL Server).

Released: Jul 16, 2020

Aggiornamenti in V4.9.2023

Funzionalità

  • Added support for Contains(), StartsWith(), EndsWith(), IndexOf(), Equals(), Compare() method overloads, that accept StringComparison as an argument (SQL Server).
  • Added support for Compare() method overload, that accepts StringComparison as an argument (PostgreSQL).

Correzioni

  • Fixed "Could not find element type in model" bug when loading XML mapping in Microsoft .NET Standard LinqConnect assemblies.
  • Fixed bug using enums via Microsoft .NET Standard compliant assemblies.
  • Entity...

Released: Jun 17, 2020

Aggiornamenti in V4.9.2003

Funzionalità

  • Added support for Visual Studio 2019 version 16.7 Preview.
  • Added support for Contains(), StartsWith(), EndsWith(), IndexOf(), Equals() method overloads, that accept StringComparison as an argument (PostgreSQL).

Released: Apr 2, 2020

Aggiornamenti in V4.9.1949

Funzionalità

  • Added the ability to insert objects that are unmapped classes inherited from mapped classes.
  • Entity Developer
    • Improved Model file tree in .NET Core/.NET Standard projects - All generated code files and model files are now nested under the same node in Solution Explorer.

Correzioni

  • Fixed error throwing System.NullReferenceException, when constructing an error saying that an unmapped class is not supported.

Released: Feb 20, 2020

Aggiornamenti in V4.9.1920

Funzionalità

  • Entity Developer - Added support for graph tables in SQL Server 2019.

Correzioni

  • Fixed bug with case insensitive comparison via string.Compare() (Oracle).
  • Fixed bug returning generated value for property with Auto-Sync=OnInsert, which corresponds to non-Identity column (SQL Server).
  • Entity Developer
    • Behavior changed: columns with IsHidden=1 in SQL Server 2019 are ignored by Create Model Wizard (SQL Server).
    • Fxied bug with non-default precision DATETIME2 and TIME data types by Update...

Released: Dec 23, 2019

Aggiornamenti in V4.9.1878

Funzionalità

  • Added support for Microsoft Visual Studio 2019 version 16.5 Preview.

Correzioni

  • Fixed bug using Toolbox component DbLinqDataSource in Microsoft Visual Studio 2013, 2015, 2017 and 2019 web projects.
  • Fixed bug quoting SQL Server reserved keywords used as identifiers in Code-First mapping (SQL Server).
  • Fixed bug creating a Date parameter for a property mapped to DbType="DATE" and when used in .WHERE() clauses in LINQ queries (SQL Server).

Released: Oct 31, 2019

Aggiornamenti in V4.9.1841

Funzionalità

  • Added support for Visual Studio 2019 version 16.4 Preview.

Released: Oct 24, 2019

Aggiornamenti in V4.9.1836

Funzionalità

  • Added support for PostgreSQL 12.

Released: Sep 13, 2019

Aggiornamenti in V4.9.1807

Funzionalità

  • Improved integration with Microsoft Visual Studio 2019. Now the installation detects both 2019 Release and 2019 Preview versions.

Released: Jul 25, 2019

Aggiornamenti in V4.9.1774

Funzionalità

  • Compatible with dotConnect providers.