mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-23 16:50:55 +08:00
update
2
更新日志.md
2
更新日志.md
@@ -15,6 +15,8 @@
|
|||||||
- 优化 ManyToMany 中间实体未配置主键时,自动配置联合主键;
|
- 优化 ManyToMany 中间实体未配置主键时,自动配置联合主键;
|
||||||
- 修复 Expression.And 的使用问题;
|
- 修复 Expression.And 的使用问题;
|
||||||
|
|
||||||
|
- 修复 IsIgnore 过滤字段后,查询的错误;
|
||||||
|
|
||||||
## v0.4.15
|
## v0.4.15
|
||||||
|
|
||||||
- 优化内部 QuoteSqlName 方法;当参数值是 (xxx),则直接返回原形。如:xxx => [xxx],(max(1)) => (max(1));
|
- 优化内部 QuoteSqlName 方法;当参数值是 (xxx),则直接返回原形。如:xxx => [xxx],(max(1)) => (max(1));
|
||||||
|
|||||||
Reference in New Issue
Block a user