[sqlalchemy] SqlSoup and joined-table inheritance

2010-02-09 Thread Rob
Hi, I have a question regarding the most efficient way of solving what should be a fairly simple task. I have (on a server) a database set up using SQLAlchemy to define a joined-table (parent/child) inheritance structure (using a discriminator field as per the documentation etc) On a client

Re: [sqlalchemy] SqlSoup and joined-table inheritance

2010-02-09 Thread Michael Bayer
Rob wrote: Hi, I have a question regarding the most efficient way of solving what should be a fairly simple task. I have (on a server) a database set up using SQLAlchemy to define a joined-table (parent/child) inheritance structure (using a discriminator field as per the documentation etc)