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 -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
