LinqConnect 릴리스
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.
Released: Jul 25, 2019
V4.9.1774 버젼 업데이트
기능
- Compatible with dotConnect providers.