hi
say i have Person, Address, Street:
person has (many) addresess, address has (many) streets,
... could be more levels down; and the relations are m2m for better
taste (:
how should the query 'who lives at street X', or
"who lives at street with .name.startswith('A')" look like?
is it expressable in relational operators or it has to be sqlized via
joins etc?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---