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-27 21:22:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests.Provider.MySqlConnector
/
MySqlConnector
History
28810
78fded3f8e
- 增加 IndexAttribute 特性,自动迁移索引,以及对应的 FluentApi 方法;
...
- 移除 ColumnAttribute.Unique 属性设置,改为 IndexAttribute 特性设置唯一键;
2019-10-03 04:31:04 +08:00
..
Curd
- 修复 【重大 bug】 批量更新 bug,当字段中某个值为 null,其他字段也更新成了 NULL;
2019-09-06 17:42:25 +08:00
MapType
- 优化 MapType DateTime/DateTimeOffset 类型转换互通;
2019-09-06 16:07:28 +08:00
MySqlConnectorAdo
源代码改用vs默认格式化
2019-06-27 09:40:35 +08:00
MySqlConnectorExpression
- 优化 表达式对整数除法的处理,解析为整除;
2019-09-06 14:48:37 +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