Fix bad typeorm query when ids are empty
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.
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.