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

Make items names stored ToLower() in our database #98

Open
chrisK00 opened this issue Apr 6, 2021 · 0 comments · May be fixed by #102
Open

Make items names stored ToLower() in our database #98

chrisK00 opened this issue Apr 6, 2021 · 0 comments · May be fixed by #102
Labels

Comments

@chrisK00
Copy link
Collaborator

chrisK00 commented Apr 6, 2021

The reason for this is because it will become easier to compare incoming names with the one inside the db if we just store them all ToLower() while the user can input whatever they want but we compare their input ToLower()

When setting an entities name, add the ToLower() on top of the Trim()

@chrisK00 chrisK00 added good first issue Good for newcomers refactor labels Apr 6, 2021
@chrisK00 chrisK00 linked a pull request Apr 25, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant