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 18:22:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
Sqlite
/
Curd
History
28810
02ab4949c0
- 优化 ISelect.GroupBy 查询,增加 .Value 实现聚合源字段查询,ToList(a => a.Sum(a.Value.Score));
...
- 增加 Expression string.Concat;
2019-04-25 12:34:09 +08:00
..
SqliteDeleteTest.cs
解决 SqlServer 批量添加参数最多 2100 个参数
2019-03-12 20:01:20 +08:00
SqliteInsertTest.cs
## v0.3.24
2019-03-22 21:54:35 +08:00
SqliteSelectTest.cs
- 优化 ISelect.GroupBy 查询,增加 .Value 实现聚合源字段查询,ToList(a => a.Sum(a.Value.Score));
2019-04-25 12:34:09 +08:00
SqliteUpdateTest.cs
补充 开放 IUpdate UpdateColumns 方法功能;
2019-04-15 17:54:45 +08:00