Update PgSql char

This commit is contained in:
sunkaixuan 2023-01-09 20:41:37 +08:00
parent 842284ae4a
commit 05eea9a403

View File

@ -321,6 +321,10 @@ namespace SqlSugar
{ {
method = null; method = null;
} }
else if (bindPropertyType.Name == "Char")
{
method = null;
}
break; break;
case CSharpDataType.DateTime: case CSharpDataType.DateTime:
CheckType(bind.DateThrow, bindProperyTypeName, validPropertyName, propertyName); CheckType(bind.DateThrow, bindProperyTypeName, validPropertyName, propertyName);