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

Guarantee uniqueness for columns #8

Open
zbateson opened this issue Dec 17, 2014 · 3 comments
Open

Guarantee uniqueness for columns #8

zbateson opened this issue Dec 17, 2014 · 3 comments

Comments

@zbateson
Copy link
Collaborator

An additional option to guarantee one value isn't reused - for instance if email column is set as a UNIQUE index for a table.

This may be an issue if the number of possible values is less than the number of records in a table. The solution should (eventually, perhaps initially it's enough to require a list of possibilities large enough) have a way of guaranteeing uniqueness if a value has already been used perhaps with the addition of a 'Xeger' pattern.

@armenak
Copy link
Owner

armenak commented Jan 17, 2016

This issue has been transferred to JIRA.

@armenak armenak closed this as completed Jan 17, 2016
@armenak
Copy link
Owner

armenak commented Jan 17, 2016

This issue has been transferred to JIRA.

@LucaFilipozzi
Copy link
Collaborator

Conversely, it would be useful for the same transformation to be applied for the same value, everywhere it is seen. For example: [email protected] becomes [email protected] everywhere.

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

No branches or pull requests

3 participants