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-22 18:52:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests
/
MySql
History
2881099
7a98c5d61b
add test code
#630
2021-01-05 13:39:50 +08:00
..
Curd
- 增加 ISelect.OrderByRandom() 随机排序适配;
2020-12-24 01:11:28 +08:00
MapType
- 增加 AsTable 多次,可查询分表后的多个子表记录,以 UNION ALL 形式执行;
2019-09-09 18:30:55 +08:00
MySqlAdo
- 增加 IN 参数扩展 where id in @ids;#560
2020-11-24 00:17:12 +08:00
MySqlExpression
- 增加 lambda 表达式树解析子查询 ToList + string.Join() 产生 类似 group_concat 的效果(适配了 sqlserver/pgsql/oracle/mysql/sqlite/达梦/金仓) #405;
2020-08-08 16:18:10 +08:00
MySqlAopTest.cs
- 调整 Aop.AuditValue 单元测试;
2019-08-25 18:21:58 +08:00
MySqlCodeFirstTest.cs
add test code
#630
2021-01-05 13:39:50 +08:00
MySqlDbFirstTest.cs
update tests
2020-09-22 15:54:26 +08:00