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

貢獻者指南