- 处理 PgArrayToMany AsSelect 子查询 #1145

This commit is contained in:
2881099
2022-06-06 13:36:18 +08:00
parent 50a8d979a5
commit a50c14e77a
2 changed files with 153 additions and 133 deletions

View File

@ -862,6 +862,12 @@ namespace FreeSql
}
}
var atms = navs.Where(a => a.Item1.RefType == TableRefType.PgArrayToMany).ToList();
if (atms.Any())
{
}
if (dbset == rootDbSet)
{
if (CanRemove(data, true) == false) return;