789 Commits

Author SHA1 Message Date
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
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
eabe1decb8 - 修复 UseCommandParameterWithLambda IN 参数化判断 的逻辑 bug;#1137 2022-06-01 15:27:35 +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
27cb11e4a7 - 优化 Limit + Sum/Avg/Max/Min 为嵌套查询; 2022-05-25 01:14:27 +08:00
2881099
2234012993 - 修复 MySql 子查询 Enum MapType(int) 表达式判断解析 bug;#1118 2022-05-24 17:16:40 +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
2881099
7903fc3eff - 增加 DynamicFilterCustom 参数 object sender;#1113 2022-05-23 01:22:45 +08:00
2881099
b49c487906 - 优化 IncludeMany 三级导航对象自动 _included;#1113 2022-05-23 01:09:15 +08:00
igeekfan
a2ad37a483 英文资源增加FreeSql前缀 2022-05-21 16:31:25 +08:00
igeekfan
d5680a5e57 🚑 增加默认的英文翻译 2022-05-21 13:52:54 +08:00
igeekfan
e956d5313c #1108 合并master冲突 2022-05-21 03:11:07 +08:00
igeekfan
cdc9b1c507 #1108 把英文的作为默认语言,把中文换成XXX.zh-Hans.resx 2022-05-21 03:07:25 +08:00
2881099
04ba968b61 add test 2022-05-20 10:49:12 +08:00
2881099
8ff9d69842 - 修复 Repository.DataFilter 对 GlobalFilter 控制无效的 bug;#1028 #846 2022-05-20 10:02:49 +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
fc32710421 - 增加 pgsql numeric -> BigInteger 映射;#1100 2022-05-13 12:32:26 +08:00
2881099
a3a3d56ec3 - 修复 Oracle AsTable 分表嵌套 SQL 拼错错误;#1098 2022-05-12 13:36:19 +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
98e9430db7 add test code 2022-05-07 12:53:38 +08:00
2881099
a35ddd30cb add access like test. 2022-05-06 02:52:56 +08:00
2881099
4b15cfb96f v3.2.609 #609 #1091 #1092 2022-05-05 12:21:52 +08:00
2881099
a47b8c0e15 - 优化 IIF 表达式解析; 2022-05-05 10:39:38 +08:00
2881099
a7b40e9a5a update test 2022-05-05 00:22:10 +08:00
2881099
0ecab32f34 - 调整 DbSet/Repository DeleteCascadeByDatabase/Delete 区别于数据库/内存的级联删除;#609 2022-05-04 22:38:17 +08:00
2881099
b0ac5a8739 - 调整 增加支持 OneToOne 级联保存,EnableAddOrUpdateNavigateList 改名为 EnableAddOrUpdateNavigate; 2022-05-04 15:49:05 +08:00
2881099
c9fa4d8983 - 增加 DbSet/Repository DeleteCascade 级联删除功能;#609 2022-05-04 14:54:29 +08:00
2881099
88d7985d92 - 增加 IDelete.ToSqlCascade 递归删除方法; 2022-05-02 15:01:52 +08:00
2881099
d2a7c52297 增加 IncludeByProperty 扩展方法,支持集合和普通属性; 2022-05-01 15:34:33 +08:00
2881099
48bf7bdd98 - 优化 IncludeMany 扩展方法,支持字符串参数; 2022-05-01 12:53:33 +08:00
2881099
52c5ca7da3 - 增加 IncludeMany 扩展方法重载,支持字符串参数; 2022-04-30 20:33:32 +08:00
2881099
7425f33f24 - 优化 dywhere IN 查询按 500 元素分割;#1091 2022-04-30 16:29:24 +08:00
2881099
a5723c1773 - 修复 pgsql IList -> JArray 映射;#1092 2022-04-29 18:56:10 +08:00
2881099
10d9090fb4 v3.2.603 #1087 #1078 #1066 #903 #698 #644 #509 #362 #300 #15 2022-04-29 12:32:11 +08:00
2881099
b320d084fa v3.2.602 #1087 #1078 #1066 #903 #698 #644 #509 #362 #300 #15 2022-04-29 00:05:41 +08:00
2881099
1b289c7d08 - 修复 8c72d540251c0559e04a25e7d067a2e6eeadbe84 ToList<Dto> jsonb 映射,影响 v3.2.600 ; 2022-04-28 13:00:24 +08:00
2881099
f76a46f383 - 优化 导航集合属性访问,可省略 AsSelect;#15 #300 #362 #509 #698 #644 #903 2022-04-27 20:27:24 +08:00
2881099
87c71d5be3 - 修复 InsertValueSql 在仓储插入后不返回最新值; 2022-04-24 16:11:18 +08:00
igeekfan
0602eafbda Merge branch 'master' of github.com:dotnetcore/FreeSql 2022-04-16 17:37:25 +08:00
igeekfan
1b7dd3024f #1021 fix sqlite padleft padright 2022-04-16 17:37:19 +08:00
2881099
91522386b1 - 优化 DbContext/Repository Update 实体有 ServerTime 既使无状态变化也必然更新的逻辑; 2022-04-12 21:44:31 +08:00
2881099
0387c0a4cf - 修复 Delete.Where in 查询为空时,异步操作仍然执行删除;#1068 2022-04-12 18:28:55 +08:00
2881099
7c2b7ea5ef - 修复 InsertOrUpdateDict 异常;#1067 2022-04-11 13:23:38 +08:00