mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-09 18:00:56 +08:00
update
5
更新日志.md
5
更新日志.md
@@ -10,6 +10,11 @@
|
||||
- 补充 IDelete/ISelect/IUpdate WhereDynamic 方法,实现 dywhere 条件;
|
||||
- 修复 WhereObject 内部方法,当开启 Lazy 延时属性时,并且传递实体查询时条件无效;
|
||||
|
||||
- 补充 实现表达式转换类型的解析,如:Select\<object\>().Where(a => (a as 实体类型).Id == 0);
|
||||
- 完善 ExpressionTree 基础数据类型 TryParse 使用与单元测试;
|
||||
- 优化 ManyToMany 中间实体未配置主键时,自动配置联合主键;
|
||||
- 修复 Expression.And 的使用问题;
|
||||
|
||||
## v0.4.15
|
||||
|
||||
- 优化内部 QuoteSqlName 方法;当参数值是 (xxx),则直接返回原形。如:xxx => [xxx],(max(1)) => (max(1));
|
||||
|
||||
Reference in New Issue
Block a user