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
28810
9f97d67cb2
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;
2019-11-20 16:06:45 +08:00
..
Curd
- 增加 MySql 特有功能 Insert Ignore Into;
2019-11-19 12:14:56 +08:00
MapType
- 增加 AsTable 多次,可查询分表后的多个子表记录,以 UNION ALL 形式执行;
2019-09-09 18:30:55 +08:00
MySqlAdo
源代码改用vs默认格式化
2019-06-27 09:40:35 +08:00
MySqlExpression
- 优化 Contains 表达式解析为 where in 自动拆分,防止大于 1000 的 SQL 错误;
2019-11-20 16:06:45 +08:00
MySqlAopTest.cs
- 调整 Aop.AuditValue 单元测试;
2019-08-25 18:21:58 +08:00
MySqlCodeFirstTest.cs
- 增加 IndexAttribute 特性,自动迁移索引,以及对应的 FluentApi 方法;
2019-10-03 04:31:04 +08:00
MySqlDbFirstTest.cs
源代码改用vs默认格式化
2019-06-27 09:40:35 +08:00