Skip to content

Commit 7240105

Browse files
Invoke-DbaDbDataMasking: Fix Deterministic masking not applied with multiple columns (#10222)
1 parent e79bef9 commit 7240105

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

public/Invoke-DbaDbDataMasking.ps1

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -896,8 +896,6 @@ function Invoke-DbaDbDataMasking {
896896

897897
if ($lookupResult.NewValue) {
898898
$newValue = $lookupResult.NewValue
899-
# Skip further processing for this column
900-
continue
901899
}
902900
} catch {
903901
Stop-Function -Message "Something went wrong retrieving the deterministic values" -Target $query -ErrorRecord $_ -continue

0 commit comments

Comments
 (0)