Code2Gether-Discord/CRUDRecipeEF

Make items names stored ToLower() in our database

Offen

#98 geöffnet am 06.04.2021

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (0 Forks)auto 404
good first issuerefactor

Repository-Metriken

Stars
 (0 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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()

Contributor Guide