mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-02 20:02:47 +08:00
Upsdate oracle Deleteable
This commit is contained in:
parent
4ac1e1b08f
commit
3e938d0dca
@ -191,7 +191,7 @@ namespace SqlSugar
|
||||
}
|
||||
else
|
||||
{
|
||||
andString.AppendFormat(tempequals, primaryField.ToUpper(isAutoToUpper), entityValue);
|
||||
andString.AppendFormat(tempequals.Replace("N","")+" ", primaryField.ToUpper(isAutoToUpper), entityValue);
|
||||
}
|
||||
}
|
||||
else if (this.Context.CurrentConnectionConfig.DbType == DbType.PostgreSQL && (this.Context.CurrentConnectionConfig.MoreSettings == null || this.Context.CurrentConnectionConfig.MoreSettings?.PgSqlIsAutoToLower == true))
|
||||
|
Loading…
Reference in New Issue
Block a user