https://bugs.kde.org/show_bug.cgi?id=512728

--- Comment #5 from Maik Qualmann <[email protected]> ---
There aren't many characters that need to be escaped in a LIKE SQL statement;
see this MS Doc. The underscore is one of them.

https://learn.microsoft.com/en-us/sql/t-sql/language-elements/like-transact-sql?view=sql-server-ver15#using-wildcard-characters-as-literals

The semicolon (";") as the end character is generally unproblematic, since we
already encapsulate the search strings in the SQL statement.

I'll look into whether we can escape characters in SQL statements in general
and whether there might be any side effects.

Maik

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to