15 Commits

Author SHA1 Message Date
2881099
ba8c34fa3c update pgsql tests 2023-12-03 21:33:06 +08:00
2881099
fd2c692814 - 增加 GlobalFilter.Apply before 参数将过滤条件插入 where 之前;#1566 #1492 2023-07-07 14:23:12 +08:00
2881099
24b5c265b9 - 优化 WithTempQuery 场景的 DTO 映射查询; 2023-02-28 14:41:03 +08:00
2881099
53936377c3
Merge pull request #1403 from hyzx86/ExpandoObject
参数化增加 ExpandoObject支持
2023-01-17 20:40:23 +08:00
hyzx86
97ad7a34d8 参数化增加 ExpandoObject支持 2023-01-17 20:20:28 +08:00
2881099
c51cffc2c2 - 优化 Lambda bool 解析;#1219 2022-08-19 16:50:27 +08:00
2881099
e12f6e04a2 - 增加 IInsertOrUpdate.SetSource(sql) 重载方法; 2022-08-17 19:49:54 +08:00
2881099
3d120af6df - 修复 DbContext/Repository Primary decimal 状态管理 key 精度处理 bug; 2022-07-15 19:02:22 +08:00
2881099
fc32710421 - 增加 pgsql numeric -> BigInteger 映射;#1100 2022-05-13 12:32:26 +08:00
2881099
a47b8c0e15 - 优化 IIF 表达式解析; 2022-05-05 10:39:38 +08:00
2881099
c9fa4d8983 - 增加 DbSet/Repository DeleteCascade 级联删除功能;#609 2022-05-04 14:54:29 +08:00
2881099
7425f33f24 - 优化 dywhere IN 查询按 500 元素分割;#1091 2022-04-30 16:29:24 +08:00
2881099
7c2b7ea5ef - 修复 InsertOrUpdateDict 异常;#1067 2022-04-11 13:23:38 +08:00
ly303550688
2737175196 fix: 参数值为原始DbParameter时转换类型报错 2021-12-23 00:02:35 +08:00
28810
994cc475c2 - 解决 表名名称包含点,无法进行 CRUD 的问题,由于测试的复杂性,此类情况仅支持 MySql/Sqlite CodeFirst 自动迁移;
> 注意:尽量不要使用带点的表名,只有 MySql/Sqlite 对此类表名支持 CodeFirst。但是它不影响 CRUD 功能,使用 [Table(Name = "`sys.config`")] 解决
2020-01-11 02:22:16 +08:00