mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 07:22:57 +08:00
Update PgSql char
This commit is contained in:
parent
842284ae4a
commit
05eea9a403
@ -321,6 +321,10 @@ namespace SqlSugar
|
||||
{
|
||||
method = null;
|
||||
}
|
||||
else if (bindPropertyType.Name == "Char")
|
||||
{
|
||||
method = null;
|
||||
}
|
||||
break;
|
||||
case CSharpDataType.DateTime:
|
||||
CheckType(bind.DateThrow, bindProperyTypeName, validPropertyName, propertyName);
|
||||
|
Loading…
Reference in New Issue
Block a user