mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-15 18:55:07 +08:00
Oracle SubInsert bug
This commit is contained in:
@@ -96,6 +96,11 @@ namespace SqlSugar
|
||||
batchInsetrSql.AppendLine("SELECT 1 FROM DUAL");
|
||||
}
|
||||
var result= batchInsetrSql.ToString();
|
||||
if (result.Contains("{SugarSeq:=}"))
|
||||
{
|
||||
result = result.Replace("\"{SugarSeq:=}", "");
|
||||
result = result.Replace("{SugarSeq:=}\"", "");
|
||||
}
|
||||
return result;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user