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.Odbc
/
PostgreSQL
History
2881099
5f01fbd457
- 优化 表达式解析变量或常量 ToString;
2023-12-01 19:15:53 +08:00
..
Curd
- 增加 GlobalFilter.Apply before 参数将过滤条件插入 where 之前;#1566
#1492
2023-07-07 14:23:12 +08:00
OdbcPostgreSQLAdo
- 优化 TypeHandlers 支持 DateTime 映射规则;#1634
2023-10-10 02:07:29 +08:00
OdbcPostgreSQLCodeFirst.cs
- 增加 ICodeFirst.SyncStructure(TableInfo) 重载方法迁移表结构;
2023-11-24 22:39:27 +08:00
OdbcPostgreSQLDbFirst.cs
- 优化 pgsql15.0 部分类型兼容;#1436
2023-02-24 21:53:06 +08:00
OdbcPostgreSQLExpression.cs
- 优化 表达式解析变量或常量 ToString;
2023-12-01 19:15:53 +08:00
OdbcPostgreSQLProvider.cs
- 移除 ISelect<T> where T : class 约束限制;#515
2020-11-02 21:01:07 +08:00
OdbcPostgreSQLUtils.cs
- 增加 FreeSqlBuilder UseQuoteSqlName 设置不使用 [] `` "" 限定符号;
2022-12-23 08:22:11 +08:00