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.Tests
/
Sqlite
History
28810
02ab4949c0
- 优化 ISelect.GroupBy 查询,增加 .Value 实现聚合源字段查询,ToList(a => a.Sum(a.Value.Score));
...
- 增加 Expression string.Concat;
2019-04-25 12:34:09 +08:00
..
Curd
- 优化 ISelect.GroupBy 查询,增加 .Value 实现聚合源字段查询,ToList(a => a.Sum(a.Value.Score));
2019-04-25 12:34:09 +08:00
SqliteAdo
## v0.5.3
2019-04-22 18:34:05 +08:00
SqliteExpression
补充 表达式解析 Equals 为 =
#28
2019-04-05 00:16:35 +08:00
SqliteCodeFirstTest.cs
自动贪婪加载 LeftJoin/InnerJoin/RightJoin 数据
2019-04-20 01:21:57 +08:00