mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 处理 PgArrayToMany AsSelect 子查询 #1145
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user