Re: [sqlalchemy] No such polymorphic_identity is defined

2009-12-29 Thread mog
On 28/12/2009 15:31, Michael Bayer wrote: > moggie wrote: > >> Greetings, >> >> Hope you are well. In my example I have two objects 'HttpTest' and >> 'SmtpTest' that both inherit from their super-class called 'Test'. >> >> Due to the nature of the relationship, 'Test' will never actually be >>

Re: [sqlalchemy] No such polymorphic_identity is defined

2009-12-28 Thread Michael Bayer
moggie wrote: > Greetings, > > Hope you are well. In my example I have two objects 'HttpTest' and > 'SmtpTest' that both inherit from their super-class called 'Test'. > > Due to the nature of the relationship, 'Test' will never actually be > stored in the database so I've not mapped that. However,

[sqlalchemy] No such polymorphic_identity is defined

2009-12-28 Thread moggie
Greetings, Hope you are well. In my example I have two objects 'HttpTest' and 'SmtpTest' that both inherit from their super-class called 'Test'. Due to the nature of the relationship, 'Test' will never actually be stored in the database so I've not mapped that. However, a mixture of 'HttpTest' an