On Jun 17, 1:31 pm, "Moshe C." <[EMAIL PROTECTED]> wrote:
> regarding union, maybe I am missing something basic. I use the
> session.query() with the orm stuff. How do I get the selects from
> those ?
use the recipes outlined in the "concrete table inheritance" section.
An example is there which shows how to configure the mapper to use a
union() to select all three tables at once (using polymorphic_union).
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---