mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 09:15:27 +08:00 
			
		
		
		
	- 调整 移除对 System.ValueType 的依赖,减少版本冲突问题;(目前 FreeSql.dll 无任何公用库依赖)
This commit is contained in:
		@@ -181,7 +181,7 @@ namespace FreeSql.PostgreSQL
 | 
			
		||||
                }
 | 
			
		||||
                sb.Append("]");
 | 
			
		||||
                var dbinfo = _orm.CodeFirst.GetDbInfo(type);
 | 
			
		||||
                if (dbinfo.HasValue) sb.Append("::").Append(dbinfo.Value.dbtype);
 | 
			
		||||
                if (dbinfo != null) sb.Append("::").Append(dbinfo.dbtype);
 | 
			
		||||
                return sb.ToString();
 | 
			
		||||
            }
 | 
			
		||||
            else if (type2 == typeof(BitArray))
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user