Skip to content

Commit

Permalink
continue..
Browse files Browse the repository at this point in the history
  • Loading branch information
2881099 committed Jan 14, 2025
1 parent 1212eb4 commit 09228ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Providers/FreeSql.Provider.Oracle/Curd/OracleInsert.cs
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public string ToSqlBatchIdentityColumn()
var didx = 0;
foreach (var d in _source)
{
if (_source.Count > 1) sb.Append("\r\n UNION ALL\r\n ");
if (didx > 0) sb.Append("\r\n UNION ALL\r\n ");
sb.Append(" SELECT ");
var colidx2 = 0;
foreach (var col in cols)
Expand Down

0 comments on commit 09228ad

Please sign in to comment.