Escape special characters for like sql searches
This commit is contained in:
@@ -41,7 +41,7 @@ struct Id
|
||||
Database::IdType value {};
|
||||
};
|
||||
|
||||
std::optional<Id> IdFromString(const std::string& id);
|
||||
std::optional<Id> IdFromString(std::string_view id);
|
||||
std::string IdToString(const Id& id);
|
||||
|
||||
} // namespace API::Subsonic
|
||||
|
||||
Reference in New Issue
Block a user