Note: This is an ORM limitation reported on the project\'s issue tracker
I\'m facing an issue building a DQL query using the arbitrary join syntax introduced in
try this
SELECT a.id, b.id FROM a INNER JOIN b ON ( a.something = b.something ) and b.type IN ( '1', '2', '3' )