Skip to content
New issue

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

Invoke-DbaDbDataMasking does not support unique indexes #4910

Closed
4 tasks done
sanderstad opened this issue Jan 7, 2019 · 0 comments · Fixed by #5071
Closed
4 tasks done

Invoke-DbaDbDataMasking does not support unique indexes #4910

sanderstad opened this issue Jan 7, 2019 · 0 comments · Fixed by #5071
Assignees

Comments

@sanderstad
Copy link
Contributor

Before submitting a bug report:

  • Ensure you are able to reproduce it on the latest released version (we release often)
  • Verified this bug is not already reported in an issue
  • Verified errors are not related to permissions
  • Can reproduce in a clean PowerShell session (clean = 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

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant