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.Odbc
/
PostgreSQL
/
Curd
History
28810
8d11993e6c
- 补充 fsql.InsertOrUpdate IfExistsDoNothing 数据存在时不做任何事(不更新)
#330
#316;
2020-07-18 11:58:58 +08:00
..
OnConflictDoUpdateTest.cs
- 增加 IFreeSql.InsertOrUpdate 方法
#316
2020-05-21 01:59:35 +08:00
PostgreSQLDeleteTest.cs
add WhereDynamic UnitTests
2020-04-13 16:26:09 +08:00
PostgreSQLInsertOrUpdateIfExistsDoNotingTest.cs
- 补充 fsql.InsertOrUpdate IfExistsDoNothing 数据存在时不做任何事(不更新)
#330
#316;
2020-07-18 11:58:58 +08:00
PostgreSQLInsertOrUpdateTest.cs
- 补充 fsql.InsertOrUpdate IfExistsDoNothing 数据存在时不做任何事(不更新)
#330
#316;
2020-07-18 11:58:58 +08:00
PostgreSQLInsertTest.cs
## v0.9.18
2019-09-21 00:48:34 +08:00
PostgreSQLSelectTest.cs
- 增加 ISelect.AsTreeCte() 递归查询树表(向下或向下);
2020-06-27 17:01:51 +08:00
PostgreSQLUpdateTest.cs
- 增加 IUpdate.SetSourceIgnore 方法,可实现忽略 null 属性的更新;
2020-05-22 18:20:28 +08:00