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
/
Providers
/
FreeSql.Provider.Custom
/
PostgreSQL
History
2881099
aad91e2172
- 增加 ICodeFirst.SyncStructure(TableInfo) 重载方法迁移表结构;
2023-11-24 22:39:27 +08:00
..
Curd
- 增加 GlobalFilter.Apply before 参数将过滤条件插入 where 之前;#1566
#1492
2023-07-07 14:23:12 +08:00
CustomPostgreSQLAdo
- 优化 TypeHandlers 支持 DateTime 映射规则;#1634
2023-10-10 02:07:29 +08:00
CustomPostgreSQLCodeFirst.cs
- 增加 ICodeFirst.SyncStructure(TableInfo) 重载方法迁移表结构;
2023-11-24 22:39:27 +08:00
CustomPostgreSQLDbFirst.cs
- 优化 pgsql15.0 部分类型兼容;#1436
2023-02-24 21:53:06 +08:00
CustomPostgreSQLExpression.cs
- 修复 Enum.ToString() 即使 MapType=int 也应解析成 string;#1252
#806
2023-06-28 17:44:13 +08:00
CustomPostgreSQLProvider.cs
- 增加 所有国产数据库支持 CustomMySql、CustomPostgreSQL、CustomOracle、CustomSqlServer 自定义适配;
2022-09-09 01:38:24 +08:00
CustomPostgreSQLUtils.cs
- 增加 FreeSqlBuilder UseQuoteSqlName 设置不使用 [] `` "" 限定符号;
2022-12-23 08:22:11 +08:00