This website requires JavaScript.
Explore
Help
Register
Sign In
tk
/
FreeSql
Watch
1
Star
0
Fork
0
You've already forked FreeSql
mirror of
https://github.com/nsnail/FreeSql.git
synced
2025-04-21 10:12:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql
/
Internal
History
28810
ecda6d8f49
- 修复 ISelect.WhereCascade 当内部使用 (a as BaseEntity).TenantId 时报错的 bug;
2019-08-09 16:05:20 +08:00
..
CommonProvider
- 修复 IUpdate.Set 表达式传入匿名类更新多个字段,后表达式未加[]或""的 bug;
2019-08-08 09:15:03 +08:00
Model
- 增加 ISelect.WhereCascade 实现多表查询时,向每个表中附加条件;
2019-07-19 18:35:58 +08:00
CommonExpression.cs
- 修复 ISelect.WhereCascade 当内部使用 (a as BaseEntity).TenantId 时报错的 bug;
2019-08-09 16:05:20 +08:00
CommonUtils.cs
- 修复 CodeFirst 迁移代码注释到数据库,继承的基类未生效的 bug;
2019-07-25 17:14:44 +08:00
StringConvertType.cs
添加全局转换实体属性名方法
2019-06-13 14:42:48 +08:00
StringUtils.cs
添加全局转换实体属性名方法
2019-06-13 14:42:48 +08:00
UtilsExpressionTree.cs
- 修复 IUpdate.Set 表达式传入匿名类更新多个字段,后表达式未加[]或""的 bug;
2019-08-08 09:15:03 +08:00