Entity Developer 7.1.177

Released: Nov 16, 2023

7.1.177 での更新項目

機能

  • Microsoft Visual Studio 2022 version 17.8 Preview is now supported.

不具合の修正

Entity Framework support

  • Wrong quotation of the following keywords specified in the Default Value of the Column Editor: SYSDATE, SYSTIMESTAMP, CURRENT_DATE, SYS_EXTRACT_UTC(CURRENT_TIMESTAMP), SYS_EXTRACT_UTC(SYSTIMESTAMP) (Oracle).
  • Fixed the bug detecting 'TINYINT(1) NOT NULL DEFAULT 1' as function-based column default value in EF Core Model (MySQL).
  • Fixed the bug detecting 'NUMBER(1) NOT NULL DEFAULT 1' as function-based column default value in EF Core Model (Oracle).
  • Fixed the bug detecting the numeric default value of string columns as function-based column default value in EF Core Model.