Details
Description
Iterate with fetch join in class Application\Sonata\NewsBundle\Entity\Post using association tags not allowed.
SELECT o FROM Application\Sonata\NewsBundle\Entity\Post o LEFT JOIN o.tags s_tags LEFT JOIN o.author s_author WHERE ( o.id = :field_4f1f118cf04ff_id_0 OR o.id = :field_4f1f118cf04ff_id_1 OR o.id = :field_4f1f118cf04ff_id_2 )
The SqlWalker.php (line 742) does not check if the association is selected ...
Fixed