mirror of
				https://github.com/nsnail/FreeSql.git
				synced 2025-11-04 17:20:49 +08:00 
			
		
		
		
	✨ support provider、Extensions Exceptions 多语言
This commit is contained in:
		@@ -160,7 +160,7 @@ namespace FreeSql.Dameng
 | 
			
		||||
                    if (dbfull != null) _dicDbToCs.TryAdd(dbfull, _dicDbToCs["nvarchar2(255)"]);
 | 
			
		||||
                    return DmDbType.VarChar;
 | 
			
		||||
            }
 | 
			
		||||
            throw new NotImplementedException($"未实现 {column.DbTypeTextFull} 类型映射");
 | 
			
		||||
            throw new NotImplementedException(CoreStrings.S_TypeMappingNotImplemented(column.DbTypeTextFull));
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        static ConcurrentDictionary<string, DbToCs> _dicDbToCs = new ConcurrentDictionary<string, DbToCs>(StringComparer.CurrentCultureIgnoreCase);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user