mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
escape % in query (#20954)
for https://github.com/fleetdm/fleet/issues/20940. Ran `make generate-doc` as well but docs don't change with this.
This commit is contained in:
parent
81af71b80a
commit
7a4773cd0a
1 changed files with 1 additions and 1 deletions
|
|
@ -944,7 +944,7 @@ SELECT
|
|||
'' AS arch,
|
||||
'' AS installed_path
|
||||
FROM deb_packages
|
||||
WHERE status LIKE '% ok installed'
|
||||
WHERE status LIKE '%% ok installed'
|
||||
UNION
|
||||
SELECT
|
||||
package AS name,
|
||||
|
|
|
|||
Loading…
Reference in a new issue