[sqlalchemy] sqlalchemy and inheritance in postgres

2011-07-22 Thread jasonmclose
i seemed to have stumped SO, so i am trying with a repost here. here is an example of what our postgres database does (obviously, this is simplified): CREATE TABLE system (system_id SERIAL PRIMARY KEY, system_name VARCHAR(24) NOT NULL); CREATE TABLE file_entry(file_entry_id

[sqlalchemy] Re: sqlalchemy and inheritance in postgres

2011-07-22 Thread jasonmclose
a working example of this, so i assume it's just not possible. thanks a lot for the reply. jas On Jul 22, 9:30 am, Michael Bayer mike...@zzzcomputing.com wrote: On Jul 22, 2011, at 8:49 AM, jasonmclose wrote: my desire is to emulate this with sqlalchemy, Ok emulate, meaning, you no longer