Michael Bayer wrote:
>
> On May 11, 2012, at 1:16 PM, Ignas Mikalajunas wrote:
>
>> Even though the latest version of the DeclarativeRefletive example
>> includes some handling for inheritance, I still can not get it to
>> work. I try doing (mostly modified example from
>> https://bitbucket.org/sqlalchemy/sqlalchemy/src/408388e5faf4/examples/declarative_reflection/declarative_reflection.py):
>
>>
>> and sqlalchemy tries to find the type column in the table 'bar'. Am I
>> doing the inheritance set up wrong or is it some bug in
>> DeclarativeReflectiveBase?
>
> would need to spend some time with it, the declarativereflective example
> hasn't been worked out for setting up an inheritance relationship as of
> yet.   So there could be any number of issues with it (part of why it's
> only an example and not a real feature)..


this feature will require changes to the declarative extension itself,
which I will attempt to prepare as part of 0.8.  when the feature is done,
the 0.8 version of declarative.py can be used with 0.7 as well in the
interim before 0.8 is released.



>
>
> --
> You received this message because you are subscribed to the Google Groups
> "sqlalchemy" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/sqlalchemy?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to