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-28 05:32:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests.Provider.MySqlConnector
/
MySqlConnector
/
Curd
History
28810
a266cdb103
- 修复 【重大 bug】 批量更新 bug,当字段中某个值为 null,其他字段也更新成了 NULL;
2019-09-06 17:42:25 +08:00
..
MySqlDeleteTest.cs
源代码改用vs默认格式化
2019-06-27 09:40:35 +08:00
MySqlInsertTest.cs
- 修复 Insert ClearData 重复利用的 bug(使用 IgnoreColumns 进行大批量插入时会发生);
2019-07-03 16:38:29 +08:00
MySqlSelectTest.cs
- 修复 ISelect Sum/First 子查询时,若子查询实体类与主查询一样时,导致的 bug;
2019-08-12 16:53:13 +08:00
MySqlUpdateTest.cs
- 修复 【重大 bug】 批量更新 bug,当字段中某个值为 null,其他字段也更新成了 NULL;
2019-09-06 17:42:25 +08:00