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 05:02:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests.Provider.Odbc
/
SqlServer
/
Curd
History
28810
66f123fbed
- 优化 WhereDynamic 传入集合对象时,逻辑 OR 换为 IN;
2020-08-14 15:30:58 +08:00
..
SqlServerDeleteTest.cs
- 优化 WhereDynamic 传入集合对象时,逻辑 OR 换为 IN;
2020-08-14 15:30:58 +08:00
SqlServerInsertOrUpdateIfExistsDoNothingTest.cs
- 补充 fsql.InsertOrUpdate IfExistsDoNothing 数据存在时不做任何事(不更新)
#330
#316;
2020-07-18 11:58:58 +08:00
SqlServerInsertOrUpdateTest.cs
- 补充 fsql.InsertOrUpdate IfExistsDoNothing 数据存在时不做任何事(不更新)
#330
#316;
2020-07-18 11:58:58 +08:00
SqlServerInsertTest.cs
## v0.9.17 (ODBC)
2019-09-19 23:14:30 +08:00
SqlServerSelectTest.cs
- 优化 GroupBy ToList 中可以直接使用 a.Key;
2020-08-07 00:00:39 +08:00
SqlServerUpdateTest.cs
- 优化 WhereDynamic 传入集合对象时,逻辑 OR 换为 IN;
2020-08-14 15:30:58 +08:00