2881099
|
cb842706ec
|
fix WithTempQuery + FromQuery AsTable bug
|
2022-07-26 10:49:45 +08:00 |
|
2881099
|
2f76a22e21
|
fix WithTempQuery 05
|
2022-07-25 22:12:25 +08:00 |
|
2881099
|
a419036999
|
- 完善 WithTempQuery + FromQuery 分组嵌套;
|
2022-07-25 16:08:29 +08:00 |
|
2881099
|
1ee6ecf16f
|
- 增加 WithTempQuery + FromQuery 嵌套查询功能;#1192
|
2022-07-25 13:02:01 +08:00 |
|
2881099
|
ef69eba405
|
v3.2.666-preview20220717 #1130
|
2022-07-17 22:11:09 +08:00 |
|
2881099
|
fe65aa0f00
|
Merge pull request #1130 from hd2y/issues@1113
DynamicFilterCustom 增加支持 Expression 返回值
|
2022-07-17 13:02:39 +08:00 |
|
2881099
|
25065522c9
|
- 优化 字典crud TableInfo 合并规则;#1180
|
2022-07-07 09:43:05 +08:00 |
|
Tony Han
|
562a436878
|
排除为 null 的情况
比如第一行 name null,第二行 name "xxx"
|
2022-07-06 19:46:13 +08:00 |
|
Tony Han
|
d9093c840a
|
修复 字典类型批量插入时 丢失字段的问题
|
2022-07-06 19:37:48 +08:00 |
|
2881099
|
fe9e108c5b
|
- 修复 UseGenerateCommandParameterWithLambda(true) 与 GroupBy 查询不生效 bug;
|
2022-07-05 20:39:44 +08:00 |
|
2881099
|
84cfa65281
|
- 增加 IsVersion string 字符串乐观锁;#1178
|
2022-07-04 17:15:30 +08:00 |
|
2881099
|
0e82d6c3e3
|
- 优化 IUpdate ToSql;
|
2022-06-30 13:54:51 +08:00 |
|
2881099
|
1b0e94a9b2
|
- 修复 Dto 映射查询 Negate 表达式解析 bug;
|
2022-06-29 08:44:22 +08:00 |
|
2881099
|
672895537f
|
- 增加 IUpdate.SetSource ignoreVersion 参数可实现忽略乐观锁;#1161
|
2022-06-23 13:27:06 +08:00 |
|
2881099
|
1155ffc781
|
- 增加 IInsertOrUpdate.SetSource(items, tempPrimarys) 指定临时主键参数;#1160
|
2022-06-22 21:09:04 +08:00 |
|
2881099
|
aac99d6266
|
- 修复 SqlServer WithLock 子查询不生效的 bug;#1159
|
2022-06-21 12:40:14 +08:00 |
|
2881099
|
c7335492eb
|
- 修复 SetSource 临时主键重载方法 + Column 设置 Name 后无效的 bug;
|
2022-06-15 10:06:01 +08:00 |
|
2881099
|
5ac8b7dd7a
|
v3.2.664 #1155
|
2022-06-14 09:32:42 +08:00 |
|
2881099
|
5c427c0b6b
|
v3.2.663 #1155
|
2022-06-13 20:01:30 +08:00 |
|
2881099
|
6e8d72513f
|
- 修复 UseGenerateCommandParameterWithLambda 子查询并发 bug;#1155
|
2022-06-13 19:38:23 +08:00 |
|
2881099
|
4549bf446c
|
- 修复 IIF 三元表达式树解析 bool HasValue 问题;
|
2022-06-13 19:00:09 +08:00 |
|
2881099
|
23ff274d83
|
- 修复 pgsql Dto 映射使用常量 false 转换失败;
|
2022-06-12 20:40:20 +08:00 |
|
2881099
|
ab06417bee
|
- 优化 XML 注释读取支持 interface;
|
2022-06-11 20:15:51 +08:00 |
|
2881099
|
38c6796b67
|
- 修复 AsTable 子查询未传播的 bug;#1103
|
2022-06-09 13:59:27 +08:00 |
|
2881099
|
7e2b0526c5
|
- 修复 IncludeByPropertyName fromFirstTable 判断错误;#278
|
2022-06-09 13:11:54 +08:00 |
|
2881099
|
d4cc9521db
|
- 修复 AsTable 子查询未传播的问题;#1103
|
2022-06-09 12:54:50 +08:00 |
|
2881099
|
8526de3fce
|
v3.2.666-preview20220606 #1145 #1147
|
2022-06-06 21:37:13 +08:00 |
|
2881099
|
53c2793e5e
|
add PgArrayToMany ObservableCollection test #1145
|
2022-06-06 21:12:02 +08:00 |
|
2881099
|
1a0f0d0f02
|
add PgArrayToMany IncludeMany Dto test #1147
|
2022-06-06 21:12:01 +08:00 |
|
2881099
|
24d072409d
|
add PgArrayToMany IncludeMany test2 #1147
|
2022-06-06 21:12:01 +08:00 |
|
2881099
|
9376b54fdd
|
add PgArrayToMany IncludeMany test #1147
|
2022-06-06 21:12:01 +08:00 |
|
2881099
|
b93a487e2f
|
add PgArrayToMany LazyLoding test #1145
|
2022-06-06 21:12:00 +08:00 |
|
2881099
|
a50c14e77a
|
- 处理 PgArrayToMany AsSelect 子查询 #1145
|
2022-06-06 21:12:00 +08:00 |
|
2881099
|
50a8d979a5
|
fix PgArrayToMany
|
2022-06-06 21:12:00 +08:00 |
|
2881099
|
3411552673
|
rename ArrayToMany to PgArrayToMany
|
2022-06-06 21:12:00 +08:00 |
|
2881099
|
5e5d464224
|
add ArrayToMany IncludeMany
|
2022-06-06 21:12:00 +08:00 |
|
2881099
|
8ca0414500
|
init ArrayToMany
|
2022-06-06 21:12:00 +08:00 |
|
2881099
|
f842e213eb
|
- 优化 FluentApi 继承关系可直接 ConfigEntity<BaseEntity> 生效;#1144
|
2022-06-03 16:09:20 +08:00 |
|
2881099
|
e2a4041590
|
- 修复 GroupBy 特殊情况下 AsProperty 无效的 bug;#1141
|
2022-06-02 19:20:37 +08:00 |
|
2881099
|
ee0f9f2c11
|
- 修复 v3.2.620 - v3.2.661 子查询 sum/min/max/avg 默认加 isnull 防止为 NULL 情况,日期类型处理错误 #1140 1b84a0069679c92ccaff9aa8c33023e4d34262cd
|
2022-06-02 19:00:44 +08:00 |
|
2881099
|
403b10ba94
|
- 增加 ObservableCollection 级联加载和保存;- 修复 达梦 min pool size 预热数量匹配 bug;
|
2022-06-02 12:24:17 +08:00 |
|
2881099
|
eabe1decb8
|
- 修复 UseCommandParameterWithLambda IN 参数化判断 的逻辑 bug;#1137
|
2022-06-01 15:27:35 +08:00 |
|
2881099
|
105947c2ed
|
Optimize single table read performance
|
2022-06-01 14:21:53 +08:00 |
|
2881099
|
7290109734
|
- 增加 UseMappingPriority 指定映射优先级;#387 #69 #99
|
2022-06-01 09:38:59 +08:00 |
|
hd2y
|
4fe40d0be0
|
DynamicFilterCustom 增加支持 Expression 返回值
|
2022-05-30 00:39:23 +08:00 |
|
2881099
|
184d11d692
|
- fix: ISelect.InsertInto 自动迁移;
|
2022-05-29 13:57:16 +08:00 |
|
2881099
|
4c7de1da8a
|
- 优化 连接池不可用、定时检查;
|
2022-05-28 22:09:45 +08:00 |
|
2881099
|
ec97e03b51
|
- 增加 AuditValueEventArgs Object 参数;#1128
|
2022-05-28 11:34:55 +08:00 |
|
2881099
|
71ba136e08
|
Internal optimization
|
2022-05-25 13:46:33 +08:00 |
|
2881099
|
27cb11e4a7
|
- 优化 Limit + Sum/Avg/Max/Min 为嵌套查询;
|
2022-05-25 01:14:27 +08:00 |
|