mirror of
https://github.com/owntone/owntone-server.git
synced 2025-04-04 11:50:44 -04: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 = $STR.text->factory->newRaw($STR.text->factory);
|
||||||
$result->append8($result, "f.");
|
$result->append8($result, "f.");
|
||||||
$result->appendS($result, $STRTAG.text->toUTF8($STRTAG.text));
|
$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, sqlite3_mprintf("\%q", (const char *)val));
|
||||||
$result->append8($result, "'");
|
$result->append8($result, "'");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user