mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 07:35:57 -05:00
[smartpl] compare strings case insensitive
This commit is contained in:
parent
8376180fd6
commit
920af668a1
@ -110,7 +110,7 @@ expression returns [ pANTLR3_STRING result ]
|
||||
$result = $STR.text->factory->newRaw($STR.text->factory);
|
||||
$result->append8($result, "f.");
|
||||
$result->appendS($result, $STRTAG.text->toUTF8($STRTAG.text));
|
||||
$result->append8($result, " = '");
|
||||
$result->append8($result, " LIKE '");
|
||||
$result->append8($result, sqlite3_mprintf("\%q", (const char *)val));
|
||||
$result->append8($result, "'");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user