mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
feat: expose escapeLikeParameter trough query builder
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
0cab17bfe7
commit
658d2f7ea1
1 changed files with 4 additions and 0 deletions
|
|
@ -1336,4 +1336,8 @@ class QueryBuilder implements IQueryBuilder {
|
|||
|
||||
return $this->helper->quoteColumnName($alias);
|
||||
}
|
||||
|
||||
public function escapeLikeParameter(string $parameter): string {
|
||||
return $this->connection->escapeLikeParameter($parameter);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue