Hi, I have a Doctrine_Query that gets passed to some model filters for
my search.

Initially by default, the query should have a left join set to help
hydrate related objects for a count column.

However, one of the filters should limit results to ones that have
existing records in the related table (i.e. an inner join instead).

Is it possible to remove the leftJoin() (or any other DQL-added
param)?

If not, what approach would you use instead, bearing in mind that the
query is instantiated and defaults added before being passed to the
filters?

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to