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-24 11:42:51 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
FreeSql.Tests
/
FreeSql.Tests
/
PostgreSQL
/
Curd
History
28810
acf26ecbef
- 增加 ISelect.InsertInto 将查询转换为 INSERT INTO t1 SELECT ... FROM t2 执行插入;#469
2020-10-16 22:01:00 +08:00
..
OnConflictDoUpdateTest.cs
- 增加 PostgreSQL 特有功能 On Conflict Do Update 功能;
2019-11-13 16:35:13 +08:00
PostgreSQLDeleteTest.cs
- 优化 WhereDynamic 传入集合对象时,逻辑 OR 换为 IN;
2020-08-14 15:30:58 +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
- 增加 ISelect.InsertInto 将查询转换为 INSERT INTO t1 SELECT ... FROM t2 执行插入;#469
2020-10-16 22:01:00 +08:00
PostgreSQLSelectTest.cs
- 修复 子查询 Count/Max/Min/Avg/Sum 使用了 Limit(1) 的 bug;#462
2020-09-16 13:54:04 +08:00
PostgreSQLUpdateTest.cs
- 优化 WhereDynamic 传入集合对象时,逻辑 OR 换为 IN;
2020-08-14 15:30:58 +08:00