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
2881099
3d5ca9bc7e
- 优化 pgsql jsonb 映射,支持 List,mysql limit in 子查询;
2021-11-02 00:38:06 +08:00
..
OnConflictDoUpdateTest.cs
- 增加 IFreeSql.InsertOrUpdate 方法
#316
2020-05-21 01:59:35 +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
## v0.9.18
2019-09-21 00:48:34 +08:00
PostgreSQLSelectTest.cs
- 优化 pgsql jsonb 映射,支持 List,mysql limit in 子查询;
2021-11-02 00:38:06 +08:00
PostgreSQLUpdateTest.cs
- 优化 WhereDynamic 传入集合对象时,逻辑 OR 换为 IN;
2020-08-14 15:30:58 +08:00