Re: [sqlalchemy] Mapping an object to multiple tables

2010-01-16 Thread Michael Bayer
On Jan 16, 2010, at 2:41 PM, justin potts wrote: > Michael Bayer wrote: >> On Jan 16, 2010, at 1:02 AM, justin potts wrote: >> >> >>> I realize it's not the typical case, but I would like to know if it's >>> possible to map a class to multiple tables at once, somewhat like >>> mapping to a joi

Re: [sqlalchemy] Mapping an object to multiple tables

2010-01-16 Thread justin potts
Michael Bayer wrote: On Jan 16, 2010, at 1:02 AM, justin potts wrote: I realize it's not the typical case, but I would like to know if it's possible to map a class to multiple tables at once, somewhat like mapping to a join statement. I've read the documentation about querying with joins, ho

Re: [sqlalchemy] Mapping an object to multiple tables

2010-01-16 Thread Michael Bayer
On Jan 16, 2010, at 1:02 AM, justin potts wrote: > I realize it's not the typical case, but I would like to know if it's > possible to map a class to multiple tables at once, somewhat like > mapping to a join statement. I've read the documentation about > querying with joins, however this seems l