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
/
FreeSql.Tests
/
FreeSql.Tests
/
PostgreSQL
History
28810
fd8ed29c02
- 修复 子查询 Count/Max/Min/Avg/Sum 使用了 Limit(1) 的 bug;#462
2020-09-16 13:54:04 +08:00
..
Curd
- 修复 子查询 Count/Max/Min/Avg/Sum 使用了 Limit(1) 的 bug;#462
2020-09-16 13:54:04 +08:00
MapType
- 增加 ICodeFirst.IsGenerateCommandParameterWithLambda 选项,开启表达式解析的命令参数化;
2019-11-22 21:55:36 +08:00
PostgreSQLAdo
- 增加 IAdo.ExecuteConnectTest 快速判断连接是否可用 #113;
2020-08-24 12:39:22 +08:00
PostgreSQLExpression
- 增加 lambda 表达式树解析子查询 ToList + string.Join() 产生 类似 group_concat 的效果(适配了 sqlserver/pgsql/oracle/mysql/sqlite/达梦/金仓) #405;
2020-08-08 16:18:10 +08:00
PostgreSQLAopTest.cs
- 调整 Aop.AuditValue 单元测试;
2019-08-25 18:21:58 +08:00
PostgreSQLCodeFirstTest.cs
- 修复 参数化 Column DbType 设置特殊值时的类型判断;
2020-08-24 13:35:48 +08:00
PostgreSQLDbFirstTest.cs
- 增加 IDbFirst.GetTableByName 方法获取单表信息,包括列详情、主键、唯一键、索引、备注;
2020-08-11 23:23:54 +08:00