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
@ -317,7 +317,11 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
method = getXelement;
|
method = getXelement;
|
||||||
}
|
}
|
||||||
else if (dbTypeName == "CHAR"&& DataRecord.GetDataTypeName(ordinal)=="CHAR(36)")
|
else if (dbTypeName == "CHAR" && DataRecord.GetDataTypeName(ordinal) == "CHAR(36)")
|
||||||
|
{
|
||||||
|
method = null;
|
||||||
|
}
|
||||||
|
else if (bindPropertyType.Name == "Char")
|
||||||
{
|
{
|
||||||
method = null;
|
method = null;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user