[sqlalchemy] Re: innerjoin for eagerloading

2010-02-01 Thread Kent
That's fair. I guess I wasn't thinking it would be automatic so much as it doesn't need to default to False if there is a foreign key constraint on a non- null column. In that particular case, whether automatic or manual, we could safely 'default' to inner-join=True, I believe. But I'm not

Re: [sqlalchemy] Re: innerjoin for eagerloading

2010-02-01 Thread Michael Bayer
Kent wrote: That's fair. I guess I wasn't thinking it would be automatic so much as it doesn't need to default to False if there is a foreign key constraint on a non- null column. In that particular case, whether automatic or manual, we could safely 'default' to inner-join=True, I believe.