When you're talking about MySQL, adding a WHERE clause on the foreign 
key is almost always identical to performing an inner join. I don't see 
this behavior as incorrect at all. A left outer join is never the 
default join type, so it *should* have to be explicitly specified.

Simon Roby wrote:
> On 9/27/07, Nicolas Dhomont <[EMAIL PROTECTED]> wrote:
>   
>> I don't know why it's coded like this but you can write your own
>> doSelectJoin*() functions (with left join inside).
>>     
>
> I know, but that would be a waste of time better spent fixing Propel itself.
>
> After searching Propel's Trac I found this:
> http://propel.phpdb.org/trac/ticket/478
> however it appears to be applicable only to Propel 1.3 (I see no
> generator/classes/propel/engine/builder/om/php5 path in
> symfony/vendor/propel).
>
> Anyway I guess I should be asking the Propel list instead, as this
> isn't really a symfony issue.
>   


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to