Changeset View
Changeset View
Standalone View
Standalone View
src/applications/packages/query/PhabricatorPackagesQuery.php
| Show All 26 Lines | protected function buildFullKeyClauseParts( | ||||
| } | } | ||||
| // If none of the full keys we were provided were valid, we don't | // If none of the full keys we were provided were valid, we don't | ||||
| // match any results. | // match any results. | ||||
| if (!$parts) { | if (!$parts) { | ||||
| throw new PhabricatorEmptyQueryException(); | throw new PhabricatorEmptyQueryException(); | ||||
| } | } | ||||
| return implode(' OR ', $parts); | return qsprintf($conn, '%LO', $parts); | ||||
| } | } | ||||
| } | } | ||||