We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 708ddab commit 1910d06Copy full SHA for 1910d06
src/ResourceManager/Sql/Commands.Sql/Auditing/Services/SqlAuditAdapter.cs
@@ -539,7 +539,7 @@ private static string ExtractEventTypes(BaseTableAuditingPolicyModel model)
539
throw new Exception(Properties.Resources.InvalidEventTypeSet);
540
}
541
542
- return string.Join(";", model.EventType.Select(t => t.ToString()));
+ return string.Join(",", model.EventType.Select(t => t.ToString()));
543
544
545
/// <summary>
0 commit comments