LinqConnect(英語版) のリリース
Released: Sep 17, 2020
V4.9.2067 での更新項目
機能
Entity Developer
- Improved the error message in Entity Developer console: now the text includes the list of all available templates if the specified name of the template was incorrect.
不具合の修正
- Fixed a bug with SQL generation of explicit cast to FLOAT.
- Fixed a bug when subtracting a TimeSpan value from the DATETIME column.
Entity Developer
- Fixed a bug when saving a new model, which has never been saved before, after some time in a standalone Entity Developer.
Released: Jul 30, 2020
V4.9.2033 での更新項目
不具合の修正
- Fixed bug with IndexOf() method overload, that accepts CurrentCultureIgnoreCase as an argument (Microsoft SQL Server).
Released: Jul 16, 2020
V4.9.2023 での更新項目
機能
- 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).
不具合の修正
- 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 Developer
Released: Jun 17, 2020
V4.9.2003 での更新項目
機能
- 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
V4.9.1949 での更新項目
機能
- 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.
不具合の修正
- Fixed error throwing System.NullReferenceException, when constructing an error saying that an unmapped class is not supported.
Released: Feb 20, 2020
V4.9.1920 での更新項目
機能
- Entity Developer - Added support for graph tables in SQL Server 2019.
不具合の修正
- 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 To Database...
Released: Dec 23, 2019
V4.9.1878 での更新項目
機能
- Added support for Microsoft Visual Studio 2019 version 16.5 Preview.
不具合の修正
- 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
V4.9.1841 での更新項目
機能
- Added support for Visual Studio 2019 version 16.4 Preview.
Released: Oct 24, 2019
V4.9.1836 での更新項目
機能
- Added support for PostgreSQL 12.
Released: Sep 13, 2019
V4.9.1807 での更新項目
機能
- Improved integration with Microsoft Visual Studio 2019. Now the installation detects both 2019 Release and 2019 Preview versions.