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
c468c65ba5
- 修复 UseGenerateCommandParameterWithLambda(true) 时子语句的参数没整合到主语句;#231
...
- 增加 ISelect.RawJoin 方法以便实现 Outer Apply 查询;#200
2020-03-12 15:49:08 +08:00
..
Curd
- 修复 UseGenerateCommandParameterWithLambda(true) 时子语句的参数没整合到主语句;#231
2020-03-12 15:49:08 +08:00
IAdo.cs
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
2020-03-07 16:08:03 +08:00
IAop.cs
- 调整 Aop 改为 event 事件;
2020-03-02 18:57:53 +08:00
ICodeFirst.cs
- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
2020-03-07 16:08:03 +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