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

migrate to fix case sensitive usernames #170

Merged
merged 1 commit into from
Mar 23, 2021

Conversation

cainlevy
Copy link
Member

Only the MySQL database implements the desired case insensitive username behavior by default. Postgres and SQLite migrated to match.

The included migrations will fail if any records exist which are different only by case.

This does not add support for case insensitive Unicode characters (à and À are still different).

Fixes #169.

@cainlevy cainlevy merged commit 8165a27 into master Mar 23, 2021
@cainlevy cainlevy deleted the gh169/case-insensitive-usernames branch March 23, 2021 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

case sensitive usernames
1 participant