mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-06 00:10:55 +08:00
update
3
更新日志.md
3
更新日志.md
@@ -4,6 +4,7 @@
|
||||
## v1.10.0-preview
|
||||
|
||||
- 增加 ISelect.InsertInto 将查询转换为 INSERT INTO t1 SELECT ... FROM t2 执行插入;#469
|
||||
- 增加 FreeSql.Generator 参数 -readkey 0 的设置;
|
||||
- 优化 WhereDynamicFilter 支持 string 比较大小 > < >= <=;#479
|
||||
- 优化 IncludeMany 筛选字段中未指定主键,并且 then.IncludeMany 继续向下,则自动附加查询主键;
|
||||
- 优化 WhereDynamic 传入 DynamicFilterInfo 也能执行;
|
||||
@@ -18,6 +19,8 @@
|
||||
- 修复 decimal? 可空数字设置 Column Scale 无效的问题(decimal正常);
|
||||
- 修复 DbContext/UnitOfWork EntityChangeReport 参数 BeforeObject 值无效的 bug;
|
||||
- 修复 lambda 表达式解析变量转换时的 bug;#490
|
||||
- 修复 Firebird Embedded 版本系统表 isidentity_type 兼容问题;
|
||||
- 修复 Firebird Embedded 2.5 不支持 boolean 的 bug;
|
||||
|
||||
## v1.9.0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user