mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
Update SaveQueues
This commit is contained in:
@@ -1676,6 +1676,10 @@ namespace SqlSugar
|
||||
.TrimEnd('\r')
|
||||
.TrimEnd('\n')
|
||||
.TrimEnd(';') + ";";
|
||||
if (itemSql?.StartsWith("INSERT INTO ")==true&&itemSql?.EndsWith(" returning ;") == true)
|
||||
{
|
||||
itemSql = itemSql.Replace(" returning ;", " ;");
|
||||
}
|
||||
if (itemSql == "begin;" )
|
||||
{
|
||||
itemSql = itemSql.TrimEnd(';')+"\n";
|
||||
|
Reference in New Issue
Block a user