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 03:32:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
FreeSql
/
Providers
/
FreeSql.Provider.PostgreSQL
/
Curd
History
28810
63612d20fd
- 完善 PgSql OnConflictDoUpdate 功能增加 DO NOTHING 操作;#174
2019-12-31 22:49:49 +08:00
..
OnConflictDoUpdate.cs
- 完善 PgSql OnConflictDoUpdate 功能增加 DO NOTHING 操作;#174
2019-12-31 22:49:49 +08:00
PostgreSQLDelete.cs
- 增加 .Net Framework 4.0 的支持,出于环境考虑 .Net Framework 4.0 不支持异步方法;
2019-10-21 15:14:18 +08:00
PostgreSQLInsert.cs
- 增加 IInsert/IUpdate BatchOptions 方法指定批量插入的设置;
2019-12-20 19:47:43 +08:00
PostgreSQLSelect.cs
- 增加 ISelect.ForUpdate 排他更新锁(根据数据库类型的规则,见代码注释);
2019-12-14 11:43:17 +08:00
PostgreSQLUpdate.cs
- 增加 IInsert/IUpdate BatchOptions 方法指定批量插入的设置;
2019-12-20 19:47:43 +08:00