mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Update xugu
This commit is contained in:
@@ -33,7 +33,7 @@ namespace SqlSugar.Xugu
|
|||||||
return sb.ToString();
|
return sb.ToString();
|
||||||
}
|
}
|
||||||
private object GetValue(DbColumnInfo it)=> FormatValue(it.Value);
|
private object GetValue(DbColumnInfo it)=> FormatValue(it.Value);
|
||||||
private string GetOracleUpdateColums(int i, DbColumnInfo m, bool iswhere)=> string.Format("{0}={1}", m.DbColumnName, base.GetDbColumn(m, FormatValue(i, m.DbColumnName, m.Value, iswhere)));
|
private string GetOracleUpdateColums(int i, DbColumnInfo m, bool iswhere)=> string.Format("{0}={1}",this.Builder.GetTranslationColumnName( m.DbColumnName), base.GetDbColumn(m, FormatValue(i, m.DbColumnName, m.Value, iswhere)));
|
||||||
public object FormatValue(int i, string name, object value, bool iswhere)
|
public object FormatValue(int i, string name, object value, bool iswhere)
|
||||||
{
|
{
|
||||||
if (value == null) return "NULL";
|
if (value == null) return "NULL";
|
||||||
|
Reference in New Issue
Block a user