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

Usernames should be fully case-insensitive #170

Closed
MrDave1999 opened this issue Feb 28, 2023 · 1 comment
Closed

Usernames should be fully case-insensitive #170

MrDave1999 opened this issue Feb 28, 2023 · 1 comment
Labels
database Issue or pull request related to database

Comments

@MrDave1999
Copy link
Member

Note: In this application the user name is the email.

See the following discussion: https://news.ycombinator.com/item?id=16300641.

@MrDave1999 MrDave1999 added the feature New feature or request label Feb 28, 2023
@MrDave1999 MrDave1999 added this to the Backlog milestone Apr 20, 2023
@MrDave1999
Copy link
Member Author

MrDave1999 commented Apr 21, 2023

This depends on the collection type that is configured on the columns of each table. When the migration is applied, the columns(of type string) of each table are created with the utf8mb4_general_ci collection, therefore the character comparison is case-insensitive.
In the code there would be no need to make any changes.

@MrDave1999 MrDave1999 added database Issue or pull request related to database and removed feature New feature or request labels Apr 21, 2023
@MrDave1999 MrDave1999 removed this from the Backlog milestone Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Issue or pull request related to database
Projects
None yet
Development

No branches or pull requests

1 participant