2881099
|
9a16d3b509
|
- 优化 集合属性子查询别名代码;#1201
|
2022-08-03 13:49:39 +08:00 |
|
2881099
|
39cee0cc0b
|
- 优化 集合导航属性子表别名;#1201
|
2022-08-03 13:38:34 +08:00 |
|
2881099
|
276c5f5a54
|
v3.2.666-preview20220805 #1094 #1201
|
2022-08-02 19:37:24 +08:00 |
|
2881099
|
0097838ebb
|
- 优化 Dameng 单独适配 netcore3.1;#1094
|
2022-08-02 19:34:09 +08:00 |
|
2881099
|
4c2fab706c
|
- 优化 子查询别名为 a 的情况;#1201
|
2022-08-02 18:55:18 +08:00 |
|
2881099
|
56d744559e
|
- 增加 WithMemory 基于内存查询;
|
2022-08-01 10:06:42 +08:00 |
|
2881099
|
991ea968fc
|
v3.2.666-preview20220801 #1199
|
2022-07-29 18:44:23 +08:00 |
|
xuna
|
0f1d811c73
|
fix: 修复ManyToMany不会触发AsTable的bug
|
2022-07-29 18:07:11 +08:00 |
|
2881099
|
fdbacd271c
|
- 修复 WithTempQuery 参数化传播;#1196
|
2022-07-28 18:53:16 +08:00 |
|
2881099
|
ae2f43c4ec
|
v3.2.666-preview20220730 - 修复 Clickhouse Delete bug;
|
2022-07-28 09:35:12 +08:00 |
|
2881099
|
4578e12d6f
|
Merge pull request #1195 from xunapro/master
fix: 修复实体对象无空构造函数时通过Repository操作引发异常的问题,增加Lazy改进并发
|
2022-07-26 20:47:55 +08:00 |
|
xuna
|
c33d8c6d39
|
fix: 修复实体对象无空构造函数时通过Repository操作引发异常的问题,增加Lazy改进并发
|
2022-07-26 20:06:26 +08:00 |
|
2881099
|
4018e6cb19
|
fix WithTempQuery 分组解析 bug
|
2022-07-26 19:30:34 +08:00 |
|
2881099
|
ce1fabd712
|
fix FromQuery 别名 bug
|
2022-07-26 11:12:43 +08:00 |
|
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
|
9767656a87
|
v3.2.666-preview20220726 #1193
|
2022-07-25 15:19:44 +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
|
3d120af6df
|
- 修复 DbContext/Repository Primary decimal 状态管理 key 精度处理 bug;
|
2022-07-15 19:02:22 +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
|
1ba3e3ea2b
|
- 修复 AsTreeCte + AsTable 无效的 bug;#1176
|
2022-07-01 10:23:36 +08:00 |
|
2881099
|
0e82d6c3e3
|
- 优化 IUpdate ToSql;
|
2022-06-30 13:54:51 +08:00 |
|
2881099
|
efc56e9dc4
|
update resx
|
2022-06-29 08:58:13 +08:00 |
|
2881099
|
1b0e94a9b2
|
- 修复 Dto 映射查询 Negate 表达式解析 bug;
|
2022-06-29 08:44:22 +08:00 |
|
2881099
|
96df9cbc41
|
v3.2.666-preview20220623 #1161 #1160
|
2022-06-23 13:32:04 +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
|
b973929459
|
v3.2.666-preview20220621 #1159
|
2022-06-21 12:43:39 +08:00 |
|
2881099
|
aac99d6266
|
- 修复 SqlServer WithLock 子查询不生效的 bug;#1159
|
2022-06-21 12:40:14 +08:00 |
|
2881099
|
26115cfc93
|
v3.2.666-preview20220615
|
2022-06-15 10:41:39 +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 |
|
igeekfan
|
fdacbf26e3
|
Merge branch 'master' of github.com:dotnetcore/FreeSql
|
2022-06-10 03:06:03 +08:00 |
|
igeekfan
|
4fa125e93c
|
✨ support provider、Extensions Exceptions 多语言
|
2022-06-10 03:05:27 +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 |
|