Rilasci di Entity Developer
Released: Oct 29, 2020
Aggiornamenti in V6.9.1112
Funzionalità
- Added support for PostgreSQL 13.
- Added support for type A schemas (Application role) in Create Model Wizard/Update From Database/Update To Database (Microsoft SQL Server).
Correzioni
- The bug with Microsoft Visual Studio 2019 integration, when both v16.7 RTM and v16.8 Preview are installed on the same computer has been fixed.
- The bug with reading templates from *.edps by console Entity Developer has been fixed.
Released: Oct 1, 2020
Aggiornamenti in V6.9.1092
Funzionalità
- Added support for Microsoft Visual Studio 2019 version 16.8 Preview.
Entity Framework support
- Improved support for Entity Framework Core 3 spatial data types: In addition to Geometry and Geography, specific .NET NetTopologySuite types like GeographyPoint, GeographyLine are now available property types (MySQL, Oracle, PostgreSQL, SQLite).
- Updated default mapping for spatial data types in Server's Options (MySQL, SQLite).
Correzioni
- Fixed bug reading settings from *.edps by console...
Released: Sep 17, 2020
Aggiornamenti in V6.9.1083
Funzionalità
- 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.
Entity Framework support
- Added support for Pomelo.EntityFrameworkCore.MySql in Entity Framework Core Model for connecting to MySQL and MariaDB.
- Added "Async MySQL ADO.NET Connector" to the list of available providers in Entity Framework Core Model.
- Added support for FirebirdSql.EntityFrameworkCore.Firebird in Entity...
Released: Jul 30, 2020
Aggiornamenti in V6.8.1049
Correzioni
- Fixed bug throwing System.NullReferenceException when opening *.edmx with invalid associations.
- Fixed bug detecting DbParameter.Size for the NVARCHAR/NCHAR columns of Microsoft SQL Server in EF Core Model.
- Fixed bug creating duplicate FKs in Microsoft SQL Server by Update To Database Wizard.
Released: Jun 17, 2020
Aggiornamenti in V6.8.1019
Funzionalità
- New Primitive Default Value Generation property added to Entity Framework, Entity Framework Core, NHibernate and Telerik Data Access templates to determine whether to generate initialization for a primitive property, based on database DEFAULT column value.
- New property "Nullable Reference Types" added to C# templates to specify whether C# 8 nullable reference types and non-nullable reference types must be generated.
- Code generation when assigning DateTime.Now to the DateTime...
Released: Jun 16, 2020
Aggiornamenti in V6.8.1039
Correzioni
- Fixed bug detecting FK relationships to tables in other schemas by Create Model Wizard and Update From Database Wizard.
- Fixed bug detecting Oracle columns default values by Create Model Wizard / Update From Database.
Released: Apr 2, 2020
Aggiornamenti in V6.7.965
Funzionalità
- Added command-line interface in standalone 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 the Solution Explorer.
- Improved compatibility with dotConnect providers - Provider packages loaded via NuGet are now registered in Entity Model, EF Core Model, and NHibernate Model with no need to run the dotConnect installation.
- Added the ability to search for available providers in...
Released: Feb 20, 2020
Aggiornamenti in V6.6.936
Funzionalità
- Added support for graph tables in SQL Server 2019.
Correzioni
- Behavior changed: columns with IsHidden=1 in SQL Server 2019 are ignored by Create Model Wizard.
- Fixed bug detecting MySQL computed columns.
- Entity Framework support
- Fixed bug returning multiple result sets in code generated by the Entity Framework Core template.
- Fixed bug detecting Identity=True for columns with synonym data type, when DetectFunctionBasedColumnDefault=True in Model Settings (PostgreSQL).
Released: Dec 23, 2019
Aggiornamenti in V6.6.894
Funzionalità
- Added support for Microsoft Visual Studio 2019 version 16.5 Preview.
- Added 12cR2 option to the list of available Oracle versions in Model Synchronization settings.
Released: Nov 21, 2019
Aggiornamenti in V6.6.872
Funzionalità
- Added Self-Contained Entity Configuration property to the VB.NET version of Microsoft Entity Framework Core template.
- Added Entities Configuration Output property to VB.NET version of Entity Framework Core template.
- Added support for code generation of class properties with Alternate Key=True in VB.NET version of Entity Framework Core template.
- Added support for spatial types in Entity Framework Core (SQL Server).
Correzioni
- Fixed bug registering the list of supported ORMs in C...