This commit is contained in:
sunkaixuan
2017-10-16 15:08:34 +08:00
parent ed107278ab
commit 7a77d122a8

View File

@@ -8,6 +8,10 @@ namespace SqlSugar
{
public class OracleUpdateBuilder : UpdateBuilder
{
protected override string TomultipleSqlString(List<IGrouping<int, DbColumnInfo>> groupList)
{
throw new NotSupportedException("Oracle Waiting for updates updateable(List<T>)");
}
public override object FormatValue(object value)
{
if (value == null)