mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-06 13:47:59 +08:00
Update Oracle CodeFirst Byte[]
This commit is contained in:
parent
4e0359493d
commit
034c255407
@ -584,6 +584,10 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (properyTypeName?.ToLower() == "blob" && dataType?.ToLower() == "byte[]")
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (properyTypeName == null || dataType == null)
|
if (properyTypeName == null || dataType == null)
|
||||||
{
|
{
|
||||||
return properyTypeName != dataType;
|
return properyTypeName != dataType;
|
||||||
|
Loading…
Reference in New Issue
Block a user