mirror of
https://github.com/fleetdm/fleet
synced 2026-05-17 14:08:25 +00:00
For #23488. We see duplicates for queries that show up in both WHEREs since UNION ALL doesn't deduplicate. Since we're grabbing all of the same columns, GROUP BY'ing all columns on the final result gets us a deduplicated set without having to do any cleanup server-side. # Checklist for submitter If some of the following don't apply, delete the relevant line. <!-- Note that API documentation changes are now addressed by the product design team. --> - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality |
||
|---|---|---|
| .. | ||
| cached_mysql | ||
| filesystem | ||
| mysql | ||
| mysqlredis | ||
| redis | ||
| s3 | ||