[sqlalchemy] Re: Declarative base - Joined Table Inheritence

2009-09-27 Thread Jarrod Chesney
I might be getting a bit ambitious here, But is this possible? I'm using a different polymorphic_on for the second level of inheritance. I tried it but it only seems to polymorphicly return records of type _UtConfReconcilerActions class _UtConfActions(Base): __tablename__ =

[sqlalchemy] Re: Declarative base - Joined Table Inheritence

2009-09-16 Thread Conor
On Sep 15, 11:03 pm, Jarrod Chesney jarrod.ches...@gmail.com wrote: Hi All I've been reading the documentation for ages and i can't figure out why when i print the results a query from my inherited table, It just prints them as the base type. I was hoping someone here would be nice enough

[sqlalchemy] Re: Declarative base - Joined Table Inheritence

2009-09-16 Thread Jarrod Chesney
That worked, Thanks, ITS AWESOME :-) On Sep 17, 6:03 am, Conor conor.edward.da...@gmail.com wrote: On Sep 15, 11:03 pm, Jarrod Chesney jarrod.ches...@gmail.com wrote: Hi All I've been reading the documentation for ages and i can't figure out why when i print the results a query from my