DotNetNext / SqlSugar

.Net aot ORM Fastest ORM Simple Easy VB.NET Sqlite orm Oracle ORM Mysql Orm 虚谷数据库 postgresql ORm SqlServer oRm 达梦 ORM 人大金仓 ORM 神通ORM C# ORM , C# ORM .NET ORM NET5 ORM .NET6 ORM ClickHouse orm QuestDb ,TDengine ORM,OceanBase orm,GaussDB orm ,Tidb orm Object/Relational Mapping
https://www.donet5.com/Home/Doc
MIT License
5.27k stars 1.33k forks source link

update ToChildList : support include root self #1083

Closed chuck2leo closed 1 year ago

chuck2leo commented 1 year ago

修改实现,使默认结果集包含传入的根节点,且位于列表首位 Modify the implementation so that the default result set contains the incoming root node and is at the top of the list

对应issue: https://www.donet5.com/Ask/9/16788

DotNetNext commented 1 year ago

重新PR我这边昨天也改了这个方法用最新源码

DotNetNext commented 1 year ago

我这边发布了你在我基础上重改一下

chuck2leo commented 1 year ago

好的。

chuck2leo commented 1 year ago

新PR: https://github.com/donet5/SqlSugar/pull/1084