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
Only 13 out of 26 records are used.
See: \Driver\Engines\MySql\Transformation\Anonymize::queryGeneral
\Driver\Engines\MySql\Transformation\Anonymize::queryGeneral
Issue:
return "(SELECT ${table}.${type} FROM ${table} WHERE ${table}.id = " . "(SELECT 1 + MOD(ORD(MD5(CONCAT(\"${salt}\", ${mainTable}.${columnName}))), ${count})) LIMIT 1)";
ORD(MD5(...)) is producing too little amount of numbers.
ORD(MD5(...))
The text was updated successfully, but these errors were encountered:
#35 - Added more fake users data, fixed issue of not using all fake u…
f874b36
…sers records for anonymization
b507065
…sers records for anonymization (#36)
michalbiarda
No branches or pull requests
Only 13 out of 26 records are used.
See:
\Driver\Engines\MySql\Transformation\Anonymize::queryGeneral
Issue:
ORD(MD5(...))
is producing too little amount of numbers.The text was updated successfully, but these errors were encountered: