Skip to content
Commit a250a25d authored by Agata Cacko's avatar Agata Cacko
Browse files

Change null strings to empty in CacheDb queries

Before this commit, CacheDb queries could sometimes
fail because the string supplied was null instead of empty
(most common in storages, where an empty string indicates
the resource folder).
Null strings in queries cause issues because comparison with a null
is always string.

This commit ensures that null strings are converted to empty strings
before being used in in WHERE part in an sql query.

CCBUG:444975
parent 9769d0e1
Loading
Loading
Loading
Pipeline #98978 skipped with stage
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment