mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-06-28 13:34:32 +08:00
Update Gbase
This commit is contained in:
parent
57fb57750e
commit
fd7592baf1
@ -41,7 +41,7 @@ namespace SqlSugar.Odbc
|
|||||||
}
|
}
|
||||||
private string GetOracleUpdateColums(int i, DbColumnInfo m, bool iswhere)
|
private string GetOracleUpdateColums(int i, DbColumnInfo m, bool iswhere)
|
||||||
{
|
{
|
||||||
return string.Format("{0}={1}", m.DbColumnName, FormatValue(i, m.DbColumnName, m.Value, iswhere));
|
return string.Format("{0}={1}", 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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user