This website requires JavaScript.
Explore
Help
Register
Sign In
weiai
/
FreeSql
Watch
1
Star
0
Fork
0
You've already forked FreeSql
mirror of
https://github.com/dotnetcore/FreeSql.git
synced
2026-03-12 00:50:59 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
c986a1d9e1bed1f708cc358f000d2756a65d1f92
FreeSql
/
Providers
/
FreeSql.Provider.Custom
/
PostgreSQL
/
Curd
History
2881099
01b9ae0076
- 调整 resources 转换成 static class 静态类;#1917
2024-11-08 14:35:10 +08:00
..
CustomPostgreSQLDelete.cs
- 增加 所有国产数据库支持 CustomMySql、CustomPostgreSQL、CustomOracle、CustomSqlServer 自定义适配;
2022-09-09 01:38:24 +08:00
CustomPostgreSQLInsert.cs
- 增加 所有国产数据库支持 CustomMySql、CustomPostgreSQL、CustomOracle、CustomSqlServer 自定义适配;
2022-09-09 01:38:24 +08:00
CustomPostgreSQLInsertOrUpdate.cs
- 增加 IInsertOrUpdate.UpdateSet 指定更新;
2023-05-30 18:21:57 +08:00
CustomPostgreSQLOnConflictDoUpdate.cs
- 调整 resources 转换成 static class 静态类;#1917
2024-11-08 14:35:10 +08:00
CustomPostgreSQLSelect.cs
- 增加 GlobalFilter.Apply before 参数将过滤条件插入 where 之前;#1566
#1492
2023-07-07 14:23:12 +08:00
CustomPostgreSQLUpdate.cs
- 增加 IUpdate.ExecuteUpdated 指定字段返回;
2023-12-10 23:55:04 +08:00