mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-21 19:09:57 +08:00
Update Oracle CodeFirst Byte[]
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user