Re: [sqlalchemy] Re: Declarative: Joined Inheritance + Two Tables To One Object

2011-05-24 Thread Michael Bayer
On May 23, 2011, at 10:32 PM, Israel Ben Guilherme Fonseca wrote: D'oh, I figured myself, It was very easy. I just followed the guide again and it worked. One question though. Let's use the guide example for this: Let's say that AddressUser inherits(joined inheritance) from another

[sqlalchemy] Re: Declarative: Joined Inheritance + Two Tables To One Object

2011-05-23 Thread Israel Ben Guilherme Fonseca
D'oh, I figured myself, It was very easy. I just followed the guide again and it worked. One question though. Let's use the guide example for this: Let's say that AddressUser inherits(joined inheritance) from another class, and that class have a id with the same name (user_id), I get a warning