mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-24 16:18:47 +08:00
Update PgSql char
This commit is contained in:
parent
842284ae4a
commit
05eea9a403
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user