145 Commits

Author SHA1 Message Date
2881099
24b5c265b9 - 优化 WithTempQuery 场景的 DTO 映射查询; 2023-02-28 14:41:03 +08:00
2881099
33f11a2066 - 优化 IAdo.ConnectionString 使用 UseConnectionFactory 时值为 NULL 的问题; 2023-01-16 19:16:56 +08:00
2881099
2d2e3640c9 - 修复 Sqlite 映射 TimeSpan 问题; 2022-10-27 21:39:50 +08:00
2881099
0a23f58c15 - 修复 Sqlite TimeSpan 类型映射错误; 2022-10-27 12:05:36 +08:00
2881099
2450324f28 - 增加 IncludeByPropertyName 重载 then 参数;#1214 2022-08-12 12:07:17 +08:00
2881099
efc454b817 - 优化 IUpdate.Set 字符串累加本身为 NULL 的情况;#1209 2022-08-09 19:21:22 +08:00
2881099
d84657ad27 - 修复 SqlServer DbFirst 未获取字段位置的问题;#1204 2022-08-05 19:51:11 +08:00
2881099
4c2fab706c - 优化 子查询别名为 a 的情况;#1201 2022-08-02 18:55:18 +08:00
2881099
fe9e108c5b - 修复 UseGenerateCommandParameterWithLambda(true) 与 GroupBy 查询不生效 bug; 2022-07-05 20:39:44 +08:00
2881099
0e82d6c3e3 - 优化 IUpdate ToSql; 2022-06-30 13:54:51 +08:00
2881099
e10fb8ffe5 - 优化 string Contains 模糊查找 % 的情况; 2022-06-29 21:59:46 +08:00
2881099
81406ba37a - 修复 UseGenerateCommandParameterWithLambda(true) 问题;#1173 #900 2022-06-29 15:31:03 +08:00
2881099
23ff274d83 - 修复 pgsql Dto 映射使用常量 false 转换失败; 2022-06-12 20:40:20 +08:00
2881099
38c6796b67 - 修复 AsTable 子查询未传播的 bug;#1103 2022-06-09 13:59:27 +08:00
2881099
e9949b58ff add \0 string test 2022-06-07 10:15:52 +08:00
2881099
8263379720 add min/max DateTime IsNull Tests #1140 2022-06-02 22:02:16 +08:00
2881099
f3b79bf2a6 v3.2.666-preview20220603 #1141 #1140 2022-06-02 20:00:11 +08:00
2881099
403b10ba94 - 增加 ObservableCollection 级联加载和保存;- 修复 达梦 min pool size 预热数量匹配 bug; 2022-06-02 12:24:17 +08:00
2881099
27cb11e4a7 - 优化 Limit + Sum/Avg/Max/Min 为嵌套查询; 2022-05-25 01:14:27 +08:00
2881099
0ea5c5d966 v3.2.650-preview20220526 #1116 #1115 #243 2022-05-24 15:46:12 +08:00
2881099
3a7533246e - 增加 Array.Any(x => x.id == a.Id && ..) 表达式树解析;#243 2022-05-24 15:18:46 +08:00
2881099
7903fc3eff - 增加 DynamicFilterCustom 参数 object sender;#1113 2022-05-23 01:22:45 +08:00
2881099
1b84a00696 - 优化 子查询 sum/min/max/avg 默认加 isnull 防止为 NULL 情况; 2022-05-10 09:28:04 +08:00
2881099
98e9430db7 add test code 2022-05-07 12:53:38 +08:00
2881099
0ecab32f34 - 调整 DbSet/Repository DeleteCascadeByDatabase/Delete 区别于数据库/内存的级联删除;#609 2022-05-04 22:38:17 +08:00
2881099
b0ac5a8739 - 调整 增加支持 OneToOne 级联保存,EnableAddOrUpdateNavigateList 改名为 EnableAddOrUpdateNavigate; 2022-05-04 15:49:05 +08:00
2881099
c9fa4d8983 - 增加 DbSet/Repository DeleteCascade 级联删除功能;#609 2022-05-04 14:54:29 +08:00
2881099
88d7985d92 - 增加 IDelete.ToSqlCascade 递归删除方法; 2022-05-02 15:01:52 +08:00
2881099
d2a7c52297 增加 IncludeByProperty 扩展方法,支持集合和普通属性; 2022-05-01 15:34:33 +08:00
2881099
48bf7bdd98 - 优化 IncludeMany 扩展方法,支持字符串参数; 2022-05-01 12:53:33 +08:00
2881099
52c5ca7da3 - 增加 IncludeMany 扩展方法重载,支持字符串参数; 2022-04-30 20:33:32 +08:00
2881099
f76a46f383 - 优化 导航集合属性访问,可省略 AsSelect;#15 #300 #362 #509 #698 #644 #903 2022-04-27 20:27:24 +08:00
2881099
0387c0a4cf - 修复 Delete.Where in 查询为空时,异步操作仍然执行删除;#1068 2022-04-12 18:28:55 +08:00
2881099
0fcc5619be - 增加 fsql.InsertDict/UpdateDict/DeleteDict 字典操作的扩展方法;#481 2022-03-25 19:07:47 +08:00
2881099
dc688adc11 - 增加 fsql.Insert(Dictionary<string, object>) 无实体类插入方法;#481 2022-03-24 18:06:54 +08:00
2881099
43e7bdce9c - 修复 子查询 WhereIf 可能失败的 bug; 2022-01-04 16:45:17 +08:00
2881099
487913f7ef - 完善 DynamicFilter Custom 安全问题; 2021-12-10 12:17:58 +08:00
2881099
bbaf947bb0 - 增加 ToDataTableByPropertyName 动态查询功能; 2021-12-09 19:13:15 +08:00
2881099
8a83fea60a - 增加 DynamicFilter Custom 自定义解析; 2021-12-09 00:21:20 +08:00
2881099
e6f05aa24e - 优化 兼容排序 OrderBy(a => new {}) 语法; 2021-11-22 22:05:32 +08:00
2881099
3d5ca9bc7e - 优化 pgsql jsonb 映射,支持 List,mysql limit in 子查询; 2021-11-02 00:38:06 +08:00
2881099
def3ebdeff - 修复 ISelect.AsTable 后 .ToUpdate/ToDelete 无效的 bug;#815 2021-07-06 00:26:16 +08:00
2881099
53669da86e - 优化 WhereDynamicFilter; 2021-02-05 11:06:44 +08:00
2881099
199f9c8fbd - 修复 Sqlite DbFirst 获取自增的 bug; 2020-12-29 19:46:31 +08:00
2881099
4f4033a865 - 修复 ToChunk + IncludeMany 二级集合属性的 bug; 2020-12-26 09:44:00 +08:00
2881099
cd6fd2708e - 增加 ISelect.OrderByRandom() 随机排序适配; 2020-12-24 01:11:28 +08:00
2881099
e61a50c7ca - 优化 DbFirst 模式长内容未设置 StringLength = -1 写入问题; 2020-12-02 10:36:27 +08:00
2881099
b069c81f22 - 优化 子查询(多表)别名;
- 优化 IUpdate.Set 支持位运算表达式树解析;
2020-11-27 12:10:22 +08:00
2881099
3aec26337a - 增加 IN 参数扩展 where id in @ids;#560 2020-11-24 00:17:12 +08:00
28810
acf26ecbef - 增加 ISelect.InsertInto 将查询转换为 INSERT INTO t1 SELECT ... FROM t2 执行插入;#469 2020-10-16 22:01:00 +08:00