mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-07 15:14:33 +08:00
Update pgsql
This commit is contained in:
@@ -76,6 +76,10 @@ namespace SqlSugar
|
||||
{
|
||||
return CSharpDataType.@string.ToString();
|
||||
}
|
||||
else if (dbTypeName.Contains(".")&& dbTypeName.Split('.').Count()==2)
|
||||
{
|
||||
return GetPropertyTypeName(dbTypeName.Split('.').Last());
|
||||
}
|
||||
Check.ThrowNotSupportedException(string.Format(" \"{0}\" Type NotSupported, DbBindProvider.GetPropertyTypeName error.", dbTypeName));
|
||||
return null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user