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-06-19 04:18:16 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8d11993e6c9c3044e08631f56d3291ebb58b6b7a
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests
/
PostgreSQL
/
Curd
History
28810
8d11993e6c
- 补充 fsql.InsertOrUpdate IfExistsDoNothing 数据存在时不做任何事(不更新)
#330
#316;
2020-07-18 11:58:58 +08:00
..
OnConflictDoUpdateTest.cs
- 增加 PostgreSQL 特有功能 On Conflict Do Update 功能;
2019-11-13 16:35:13 +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
- 增加 人大金仓 OdbcKingbaseES 实现;#325
2020-05-27 05:59:33 +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