Skip to content

Commit

Permalink
Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
nh43de committed Oct 26, 2023
1 parent 42e891c commit 284c1c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DataToolChain.Ui/DbStringer/RegexReplacerCollection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ public static RegexReplacerCollection DefaultReplacerCollection


//sql selects
new RegexReplacement("CSV (tab) to SQL selects", s =>
new RegexReplacement("CSV (tab) to SQL UNION selects", s =>
{
try
{
Expand All @@ -518,7 +518,7 @@ public static RegexReplacerCollection DefaultReplacerCollection
return "Error reading csv table";
}
}),
new RegexReplacement("CSV (comma) to SQL selects", s =>
new RegexReplacement("CSV (comma) to SQL UNION selects", s =>
{
try
{
Expand Down

0 comments on commit 284c1c6

Please sign in to comment.