[sqlalchemy] Relationship operator vs join and filter

2011-03-21 Thread Wouter Overmeire
New to sql and sqlalchemy. Using an in memory sqlite database. Trying to do some queries based on the examples in the sqlalchemy documentation. I have classes: Tag, Article, Author, Award article -- tag: many to many article -- author: many to many (so one article can have multiple authors)

Re: [sqlalchemy] Relationship operator vs join and filter

2011-03-21 Thread Michael Bayer
On Mar 21, 2011, at 7:21 AM, Wouter Overmeire wrote: New to sql and sqlalchemy. Using an in memory sqlite database. Trying to do some queries based on the examples in the sqlalchemy documentation. I have classes: Tag, Article, Author, Award article -- tag: many to many article --