2643 Commits

Author SHA1 Message Date
2881099
3ea533a648 - 修复 pgsql DbFirst 未正确获取 Position 值;#1154 2022-06-09 19:18:51 +08:00
2881099
0db2b8f26b v3.2.666-preview20220609 #1103 #278 2022-06-09 14:01:02 +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
e9949b58ff add \0 string test 2022-06-07 10:15:52 +08:00
2881099
79ebc184ef add PgArrayToMany not found test #1145 2022-06-07 08:54:36 +08:00
2881099
8526de3fce v3.2.666-preview20220606 #1145 #1147 2022-06-06 21:37:13 +08:00
2881099
4a1886473d
Merge pull request #1148 from dotnetcore/PgArrayToMany
Add PgArrayToMany Navigate Objects #1145
2022-06-06 21:15:00 +08:00
2881099
a5d0818c94 Merge branch 'PgArrayToMany' of https://github.com/dotnetcore/FreeSql into PgArrayToMany 2022-06-06 21:12:46 +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
e900f8383a add PgArrayToMany ObservableCollection test #1145 2022-06-06 21:09:43 +08:00
2881099
e092823501 add PgArrayToMany IncludeMany Dto test #1147 2022-06-06 19:20:59 +08:00
2881099
18215aa441 add PgArrayToMany IncludeMany test2 #1147 2022-06-06 16:22:49 +08:00
2881099
375f123365 add PgArrayToMany IncludeMany test #1147 2022-06-06 16:09:38 +08:00
2881099
d412b91233 add PgArrayToMany LazyLoding test #1145 2022-06-06 15:17:46 +08:00
2881099
c205addd81 - 处理 PgArrayToMany AsSelect 子查询 #1145 2022-06-06 13:36:18 +08:00
2881099
fba96d7f2c - 修复 MySql CodeFirst OldName + Comment 迁移问题;#1147 2022-06-06 12:55:31 +08:00
2881099
7839b42ac2 fix PgArrayToMany 2022-06-04 16:10:20 +08:00
2881099
53bea5beb1 rename ArrayToMany to PgArrayToMany 2022-06-04 15:23:24 +08:00
2881099
710b88e914 add ArrayToMany IncludeMany 2022-06-04 12:26:00 +08:00
2881099
8248057d5c init ArrayToMany 2022-06-04 00:35:33 +08:00
2881099
24f55fa0f4 v3.2.666-preview20220604 #1144 2022-06-03 16:11:56 +08:00
2881099
f842e213eb - 优化 FluentApi 继承关系可直接 ConfigEntity<BaseEntity> 生效;#1144 2022-06-03 16:09:20 +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
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
f8d0b13b67 v3.2.666-preview202200602 2022-06-02 12:25:47 +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
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
b31ee808f6 调用 WhereDynamicFilter 前增加 As 方法调用 2022-05-30 06:59:24 +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
67b4e8fbe1 update summary 2022-05-28 11:40:57 +08:00
2881099
ec97e03b51 - 增加 AuditValueEventArgs Object 参数;#1128 2022-05-28 11:34:55 +08:00