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 e79bef9 commit 7240105Copy full SHA for 7240105
1 file changed
public/Invoke-DbaDbDataMasking.ps1
@@ -896,8 +896,6 @@ function Invoke-DbaDbDataMasking {
896
897
if ($lookupResult.NewValue) {
898
$newValue = $lookupResult.NewValue
899
- # Skip further processing for this column
900
- continue
901
}
902
} catch {
903
Stop-Function -Message "Something went wrong retrieving the deterministic values" -Target $query -ErrorRecord $_ -continue
0 commit comments