Kent wrote:
> After doing more reading, this only relates to multiple class
> inheritance, which is useful anytime you want two or more classes to
> relate to the same record return from the database, is that an
> accurate summary?

I wouldn't say its accurate.   SQLA doesn't support any pattern of
"multiple inheritance" as represented in the database, so a single record
would not correspond to two classes at the same time, unless one class is
a direct superclass of the other.

with_polymorphic() does imply that multiple class identities are 
significant for the overall result set, however, in that you are
expressing criterion that references elements from more than one class.


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

Reply via email to