[sqlalchemy] polymorphism where a child can have multiple values of polymorphic_id?

2010-11-21 Thread Eric Ongerth
I must be in a search blind spot, I'm having trouble finding references and examples for this pattern, though I feel certain I've seen examples around the sqlalchemy literature a couple of times before. I have a table of Companies, and then further tables of Manufacturer and Vendor info which

Re: [sqlalchemy] polymorphism where a child can have multiple values of polymorphic_id?

2010-11-21 Thread Michael Bayer
On Nov 21, 2010, at 4:41 PM, Eric Ongerth wrote: I must be in a search blind spot, I'm having trouble finding references and examples for this pattern, though I feel certain I've seen examples around the sqlalchemy literature a couple of times before. I have a table of Companies, and then