We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
powershell -NoProfile
Try to mask a table that contains a unique index
Generate a unique list of values based on the columns in the unique index
The command returns an error not being able to insert the values due to the unique index
The text was updated successfully, but these errors were encountered:
sanderstad
Successfully merging a pull request may close this issue.
Before submitting a bug report:
powershell -NoProfile
)Steps to Reproduce
Try to mask a table that contains a unique index
Expected Behavior
Generate a unique list of values based on the columns in the unique index
Actual Behavior
The command returns an error not being able to insert the values due to the unique index
The text was updated successfully, but these errors were encountered: