mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-08-23 22:11:36 +08:00
Update PgSql char
This commit is contained in:
parent
842284ae4a
commit
05eea9a403
@ -317,7 +317,11 @@ namespace SqlSugar
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user