Skip to content

Fix bad typeorm query when ids are empty

Administrator requested to merge pci-ts-bad-postgres-query into master

Created by: efritz

If ids are empty then it produces a postgres query that contains ... field IN (), which is illegal.

Fixing this here to the new integration tests run without issue.

Merge request reports

Loading