Due to no multi-column support with IN statements (https://github.com/doctrine/doctrine2/issues/5238). We could support this case by using one sub query per identifier, but it may be better to add the multi-column support in Doctrine.
Due to no multi-column support with IN statements (doctrine/orm#5238).
We could support this case by using one sub query per identifier, but it may be better to add the multi-column support in Doctrine.