878 Commits

Author SHA1 Message Date
2881099
aba2e14c5d v3.2.666-preview20220728 2022-07-26 11:44:12 +08:00
2881099
ce1fabd712 fix FromQuery 别名 bug 2022-07-26 11:12:43 +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
xuna
78a840bd99
fix: 无构造函数的对象不跟踪(基本上都是dto对象)
无构造函数的对象不跟踪(基本上都是dto对象),ISelect的ToList和First对象如果没有空的构造函数,则会在CreateEntityState的时候引发异常
2022-07-25 14:31:33 +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
150a6ea951 v3.2.666-preview20220716 2022-07-15 19:03:55 +08:00
2881099
d6baddb775 v3.2.666-preview20220714 2022-07-14 14:10:07 +08:00
2881099
ba2a7aec73 v3.2.666-preview202207014 2022-07-14 14:07:22 +08:00
2881099
9088da180c v3.2.666-preview20220707 #1180 2022-07-07 12:24:22 +08:00
2881099
fe9e108c5b - 修复 UseGenerateCommandParameterWithLambda(true) 与 GroupBy 查询不生效 bug; 2022-07-05 20:39:44 +08:00
2881099
fb6b539280 v3.2.665 #1159 # 1160 #1161 #1170 #1171 #1173 #900 #1176 #1178 2022-07-04 17:25:03 +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
9ba6148329 Merge branch 'master' of https://github.com/dotnetcore/FreeSql 2022-06-29 08:29:30 +08:00
2881099
bcc7871c97 add Equals lambda test 2022-06-29 08:29:18 +08:00
igeekfan
5befb125e7 #1170 DbContext,仓储 审计日志ChangeInfo增加实体类型 EntityType 2022-06-26 21:43:49 +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
476c7d1436 v3.2.666-preview20220614 修复 pgsql OldName + XML 注释迁移代码顺序问题; 2022-06-14 16:04:05 +08:00
2881099
5ac8b7dd7a v3.2.664 #1155 2022-06-14 09:32:42 +08:00
2881099
6e8d72513f - 修复 UseGenerateCommandParameterWithLambda 子查询并发 bug;#1155 2022-06-13 19:38:23 +08:00
2881099
dca459049a update internal code 2022-06-12 14:55:09 +08:00
2881099
8b43143eac v3.2.666-preview20220611 2022-06-11 12:18:55 +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
4d0e792685 v3.2.662 #1145 #1144 #1140 #1103 #1141 #1147 #1154 #278 2022-06-09 19:35:15 +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
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
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
403b10ba94 - 增加 ObservableCollection 级联加载和保存;- 修复 达梦 min pool size 预热数量匹配 bug; 2022-06-02 12:24:17 +08:00
2881099
617cfb8744 - 调整 pgsql10 自增映射使用 GENERATED BY DEFAULT AS IDENTITY,低版本仍然使用 serial; 2022-06-01 22:18:44 +08:00
2881099
df95b8c490 v3.2.661 #1137 #1128 #1126 #387 #99 #69 2022-06-01 15:36:55 +08:00
2881099
105947c2ed Optimize single table read performance 2022-06-01 14:21:53 +08:00
hd2y
4fe40d0be0 DynamicFilterCustom 增加支持 Expression 返回值 2022-05-30 00:39:23 +08:00
2881099
ec97e03b51 - 增加 AuditValueEventArgs Object 参数;#1128 2022-05-28 11:34:55 +08:00
2881099
f7f54ceaac v3.2.660-preview22020526 2022-05-25 16:28:38 +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
a1f029a086
Merge pull request #937 from luoyunchong/dev
支持Fluent API .以继承接口的形式配置实体的。
2022-05-24 17:54:20 +08:00
2881099
7ae936ccaa v3.2.650 #1118 #1116 #1115 #1113 #1112 #1108 #1104 #1028 #846 #243 2022-05-24 17:35:06 +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