On Friday, October 30, 2015 at 11:38:50 AM UTC-4, Michael Bayer wrote:

> you wouldn't typically want to specify contains_eager('bar') if the SQL 
> has no JOIN in it, which you'd do with query.join(). 


There's no valid reason for using the `contains_eager` here -- it's just a 
typo.  

I simply ended up in a scenario where I SqlAlchemy doesn't raise an error 
for an obviously wrong thing... and the behavior isn't entirely predictable 
-- so it's hard to write tests to safeguard against this.

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to