Escape special characters for like sql searches

This commit is contained in:
emeric
2021-05-02 15:10:32 +02:00
parent a6398738bb
commit 444d4af3c6
27 changed files with 261 additions and 68 deletions
@@ -30,7 +30,7 @@ namespace StringUtils
{
template<>
std::optional<std::chrono::seconds>
readAs(const std::string& str)
readAs(std::string_view str)
{
std::optional<std::chrono::seconds> res;