13 Commits

Author SHA1 Message Date
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
cd6fd2708e - 增加 ISelect.OrderByRandom() 随机排序适配; 2020-12-24 01:11:28 +08:00
28810
fd8ed29c02 - 修复 子查询 Count/Max/Min/Avg/Sum 使用了 Limit(1) 的 bug;#462 2020-09-16 13:54:04 +08:00
28810
66f123fbed - 优化 WhereDynamic 传入集合对象时,逻辑 OR 换为 IN; 2020-08-14 15:30:58 +08:00
28810
25e73117b1 - 优化 lambda 使用 a == null ? 1 : 0 支持类似这样直接判断实体的情况; 2020-08-07 01:36:11 +08:00
28810
7efe02f69c - 优化 GroupBy ToList 中可以直接使用 a.Key; 2020-08-07 00:00:39 +08:00
28810
18cabd22b9 - 完善 AsTreeCte + ToUpdate/ToDelete 实现树所有子节点删除或更新; 2020-08-04 20:54:15 +08:00
28810
7471df5924 内部 SQL 格式优化 2020-07-18 13:50:26 +08:00
28810
8d11993e6c - 补充 fsql.InsertOrUpdate IfExistsDoNothing 数据存在时不做任何事(不更新) #330 #316; 2020-07-18 11:58:58 +08:00
28810
838dd83e47 - 增加 ISelect.AsTreeCte() 递归查询树表(向下或向下); 2020-06-27 17:01:51 +08:00
28810
4cde2a3280 - 增加 ISelect.AsCteTree() 递归查询树表所有子记录; 2020-06-27 04:21:00 +08:00
28810
7d8457a988 - 增加 人大金仓 OdbcKingbaseES 实现;#325 2020-05-27 05:59:33 +08:00