Hi

I use concrete inheritance with two tables. I therefore use
polymorphic_union. Each table has a Column object defined with a key:
Column("office_name", types.Unicode, key="name"). And the key doesn't
work for the second table, the field "name" exists in the mapped
objects resulting from a query but it is set to None; the field
"office_name" also exists and is properly set.

I use 5.0rc1.

Is it a known issue or me doing something wrong. I can post my code if
necessary. Thanks a lot.

Eric

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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