mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
This commit is contained in:
		@@ -177,7 +177,7 @@ namespace FreeSql.PostgreSQL
 | 
			
		||||
                                if (objExp != null)
 | 
			
		||||
                                {
 | 
			
		||||
                                    var dbinfo = _common._orm.CodeFirst.GetDbInfo(objExp.Type);
 | 
			
		||||
                                    if (dbinfo.HasValue) args1 = $"{args1}::{dbinfo.Value.dbtype}";
 | 
			
		||||
                                    if (dbinfo != null) args1 = $"{args1}::{dbinfo.dbtype}";
 | 
			
		||||
                                }
 | 
			
		||||
                                return $"({left} @> {args1})";
 | 
			
		||||
                            case "Concat":
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user