[sqlalchemy] adjacency via table

2011-02-19 Thread farcat
Hi, I am trying to implement tables to store a basic multiple inheritance scheme via SA. I am pretty new to SA and could use some help with the following code: code from sqlalchemy import * from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import relationship,

Re: [sqlalchemy] adjacency via table

2011-02-19 Thread Michael Bayer
On Feb 19, 2011, at 9:23 AM, farcat wrote: Hi, I am trying to implement tables to store a basic multiple inheritance scheme via SA. I am pretty new to SA and could use some help with the following code: code from sqlalchemy import * from sqlalchemy.ext.declarative import