DataDefender icon indicating copy to clipboard operation
DataDefender copied to clipboard

Guarantee uniqueness for columns

Open zbateson opened this issue 10 years ago • 3 comments

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.

zbateson avatar Dec 17 '14 19:12 zbateson

This issue has been transferred to JIRA.

armenak avatar Jan 17 '16 21:01 armenak

This issue has been transferred to JIRA.

armenak avatar Jan 17 '16 21:01 armenak

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.

LucaFilipozzi avatar Jul 04 '19 19:07 LucaFilipozzi