Code2Gether-Discord/CRUDRecipeEF

Make items names stored ToLower() in our database

开放

#98 创建于 2021年4月6日

 (0 条评论) (0 个反应) (0 位负责人)C# (0 个派生)auto 404
good first issuerefactor

仓库指标

星标
 (0 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南