Upsdate oracle Deleteable

This commit is contained in:
sunkaixuan 2023-07-26 17:55:14 +08:00
parent 4ac1e1b08f
commit 3e938d0dca

View File

@ -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))