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