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.