Skip to content

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

@chrisK00

Description

@chrisK00

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions