Re: [sqlalchemy] Multiple inheritance issue

2014-01-10 Thread Enrico Bottani
Thank you very much MichaeI was in fact thinking that it was possible to not found support for that feature. But as you said, the compiler didn't shout at me and the application was running fine so I was thinking that I was doing things right. I'll go for the JOIN. Best, Enrico On Thursday,

[sqlalchemy] Multiple inheritance issue

2014-01-09 Thread Enrico Bottani
Hello guys, I'm building a web service to provide data to our SDK and I'm facing a wired problem. I have created 4 different models for my needs, a base class that is called *Unit*, two derivatives from the base class *VideoUnit*, *QuestionUnit*, and the last class is a derivative of both

Re: [sqlalchemy] Multiple inheritance issue

2014-01-09 Thread Michael Bayer
On Jan 9, 2014, at 11:32 AM, Enrico Bottani bei...@mac.com wrote: Hello guys, I'm building a web service to provide data to our SDK and I'm facing a wired problem. I have created 4 different models for my needs, a base class that is called Unit, two derivatives from the base class