mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 修复 IN 查询区分 varchar/nvarchar;
This commit is contained in:
		@@ -178,7 +178,9 @@ namespace FreeSql.PostgreSQL
 | 
			
		||||
                                var args1 = getExp(callExp.Arguments[argIndex]);
 | 
			
		||||
                                var oldMapType = tsc.SetMapTypeReturnOld(tsc.mapTypeTmp);
 | 
			
		||||
                                //var oldDbParams = tsc.SetDbParamsReturnOld(null); #900 UseGenerateCommandParameterWithLambda(true) 子查询 bug
 | 
			
		||||
                                tsc.isNotSetMapColumnTmp = true;
 | 
			
		||||
                                left = objExp == null ? null : getExp(objExp);
 | 
			
		||||
                                tsc.isNotSetMapColumnTmp = false;
 | 
			
		||||
                                tsc.SetMapColumnTmp(null).SetMapTypeReturnOld(oldMapType);
 | 
			
		||||
                                //tsc.SetDbParamsReturnOld(oldDbParams);
 | 
			
		||||
                                //判断 in 或 array @> array
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user