[storm] Mixing explicit and implicit joins

Gustavo Niemeyer gustavo at niemeyer.net
Mon Mar 16 02:35:53 GMT 2009


Hi Shaun,

> So I'd like to get the same implicit list of tables I get
> with store.find, but force that single left join.  If there
> were some function to scan *args and give me a list of the
> tables I need, that would do the trick.
>
> Any ideas?

Can you restrict the explicit LeftJoin to a subselect?  If so, it'd be
trivial to include a Select() object in the "where" expression.

-- 
Gustavo Niemeyer
http://niemeyer.net



More information about the storm mailing list