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
/
Interface
History
28810
c64deb3d20
- 修复 GroupBy 类型转换错误;#186
...
- 修复 .ToList(a => new DTO(a.id)) 报 未将对象引用设置到对象的实例 问题;
#187
- 修复 update语句,二元运算解析出错;
#184
2020-01-19 23:53:06 +08:00
..
Curd
- 修复 GroupBy 类型转换错误;#186
2020-01-19 23:53:06 +08:00
IAdo.cs
- 增加 Where In 表达式解析;
2019-12-17 01:39:53 +08:00
IAop.cs
- 增加 SqlServer ISelect.WithLock 扩展方法,实现 with(nolock) 查询;
2019-11-06 13:58:19 +08:00
ICodeFirst.cs
- 增加 ICodeFirst.IsGenerateCommandParameterWithLambda 选项,开启表达式解析的命令参数化;
2019-11-22 21:55:36 +08:00
iDbFirst.cs
源代码改用vs默认格式化
2019-06-27 09:40:35 +08:00
IFreeSql.cs
- 增加 ISelect.ForUpdate 排他更新锁(根据数据库类型的规则,见代码注释);
2019-12-14 11:43:17 +08:00