Entity Developer 7.3.191

Released: Jan 14, 2025

7.3.191 中的更新

修補程式

  • Fixed an issue with the generation of complex types for stored procedures.
  • Fixed an issue with the Update From Database wizard falsely detecting changes in NUMBER GENERATED ALWAYS AS IDENTITY columns in Oracle databases.
  • Fixed an issue where the Update Database From Model and Generate Database Script From Model wizards did not apply the Precision and Scale options for the DECIMAL data type in PostgreSQL.

Entity Framework support

  • Fixed an issue with the Update From Database wizard failing to apply changes to the column identity/autoincrement option in model properties, impacting ValueGenerated for EF Core models and StoreGeneratedPattern for EF models.
  • Fixed an issue that caused the "'prefix' is not declared" error in the VB.NET template of the EF Core model.
  • Fixed an issue with model generation that occurred when using the EF Core template extended property "Do not generate the default constructor".
  • Fixed an issue that caused the 'EntityColumn does not contain a definition for UniqueKey' error in legacy custom user templates.

NHibernate support

  • Fixed an issue that caused the 'Could not find file DataModel.hbml' error when trying to create a NHibernate model in Visual Studio.
  • Fixed an issue that caused the 'HibernateColumn does not contain a definition for UniqueKey' error in legacy custom user templates.

Telerik Data Access support

  • Fixed an issue that caused the 'DataAccessColumn does not contain a definition for UniqueKey' error in legacy custom user templates.