261 Commits

Author SHA1 Message Date
2881099
aac99d6266 - 修复 SqlServer WithLock 子查询不生效的 bug;#1159 2022-06-21 12:40:14 +08:00
2881099
4549bf446c - 修复 IIF 三元表达式树解析 bool HasValue 问题; 2022-06-13 19:00:09 +08:00
2881099
38c6796b67 - 修复 AsTable 子查询未传播的 bug;#1103 2022-06-09 13:59:27 +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
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
3411552673 rename ArrayToMany to PgArrayToMany 2022-06-06 21:12:00 +08:00
2881099
8ca0414500 init ArrayToMany 2022-06-06 21:12:00 +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
27cb11e4a7 - 优化 Limit + Sum/Avg/Max/Min 为嵌套查询; 2022-05-25 01:14:27 +08:00
2881099
3b961681dc v3.2.651 #1118 #1116 #1115 #1113 #1112 #1108 #1104 #1028 #846 #243 2022-05-24 18:03:12 +08:00
2881099
2234012993 - 修复 MySql 子查询 Enum MapType(int) 表达式判断解析 bug;#1118 2022-05-24 17:16:40 +08:00
2881099
3a7533246e - 增加 Array.Any(x => x.id == a.Id && ..) 表达式树解析;#243 2022-05-24 15:18:46 +08:00
2881099
f756b56aa0 - 修复 IN 查询区分 varchar/nvarchar; 2022-05-23 13:19:59 +08:00
2881099
3782b029de - 增加 DTO 映射非导航属性的子表查询,可直接返回集合; 2022-05-22 13:19:40 +08:00
igeekfan
747603dbb6 Merge main branches 2022-05-20 03:16:13 +08:00
igeekfan
83a4bb8039 #694 Exception信息 国际化 多语言 2022-05-20 02:52:58 +08:00
2881099
1b84a00696 - 优化 子查询 sum/min/max/avg 默认加 isnull 防止为 NULL 情况; 2022-05-10 09:28:04 +08:00
2881099
e2d6c890a9 update Exception message 2022-05-09 15:52:59 +08:00
2881099
a47b8c0e15 - 优化 IIF 表达式解析; 2022-05-05 10:39:38 +08:00
2881099
f76a46f383 - 优化 导航集合属性访问,可省略 AsSelect;#15 #300 #362 #509 #698 #644 #903 2022-04-27 20:27:24 +08:00
2881099
980ee1e893 - 完成 [Table(AsTable = xx)] 分表特性查询; 2022-04-09 15:40:17 +08:00
2881099
713f98852c - 修复 UseGenerateCommandParameterWithLambda 对不可参数化的数据类型冲突的 bug;#1061 2022-03-30 18:37:56 +08:00
2881099
203681ea6a - 修复 OR 表达式处理情况;#1047 2022-03-18 20:44:41 +08:00
2881099
43e7bdce9c - 修复 子查询 WhereIf 可能失败的 bug; 2022-01-04 16:45:17 +08:00
gbase_contributors
fdcb76eaa2 suppourt ndty orm 2021-12-15 14:48:26 +08:00
2881099
3d5ca9bc7e - 优化 pgsql jsonb 映射,支持 List,mysql limit in 子查询; 2021-11-02 00:38:06 +08:00
2881099
65fe03a2ff - 修复 Oracle Any 子查询可能影响索引变慢的问题; 2021-10-08 17:38:44 +08:00
2881099
54564b5d83 - 修复 表达式树解析 MapType 把小数位转换丢失的 bug; 2021-02-02 23:07:53 +08:00
2881099
7379050bfd - 优化 GlobalFilter 子查询传播重复的问题;#642 2021-01-12 17:14:17 +08:00
2881099
fcfeacdc95 - 优化 指定 Dto 查询对 c# 字段的支持; 2021-01-12 12:40:07 +08:00
2881099
119b8f0ec0 - 优化 HzyTuple 子查询解析; 2020-12-25 16:03:33 +08:00
2881099
89fa0dc9f6 - 补充 支持 ManyToMany 导航属性子查询 ToList; 2020-12-25 14:31:57 +08:00
2881099
960da5a2c2 test RereadSql/RewriteSql #614 2020-12-21 23:35:56 +08:00
2881099
c9052789f0 adjust internal API 2020-12-21 21:20:19 +08:00
2881099
76e8b3efce - 增加 Column 特性 RereadSql 重读功能; 2020-12-21 20:31:16 +08:00
2881099
7a276b19ad - 修复 UseGenerateCommandParameterWithLambda + Enum + MapType(string) bug; 2020-12-21 08:28:14 +08:00
2881099
bfb59d9d39 - 修复 分组查询后,无法使用子查询的问题; 2020-12-11 22:03:02 +08:00
2881099
b193d86aa4 - 优化 ToSql 别名大小写问题;#467 2020-12-03 14:18:02 +08:00
2881099
b069c81f22 - 优化 子查询(多表)别名;
- 优化 IUpdate.Set 支持位运算表达式树解析;
2020-11-27 12:10:22 +08:00
2881099
14ba84c24b - 优化 表达式树三元表达式解析,当 Test 为变量时不解析成 case when end; 2020-11-13 10:21:09 +08:00
2881099
4ef38817ff - 修复 实体类拥有构造参数时,ToList\<DTO\> 映射查询无效的 bug; 2020-11-12 05:11:05 +08:00
2881099
58be3b77f3 - 优化 MapRead 对 NULL 字段的处理; 2020-11-09 00:57:53 +08:00
2881099
d01cbdd8df v2.0.0-preview1109 #521 #445 2020-11-06 14:31:36 +08:00
hzy
f3aa07abb6 添加新的多表查询语法,简化 定义 一堆 abcd 2020-11-03 23:05:11 +08:00