Hi,
I was only able to achieve this via joins and eagerloads, so I would
be also interested in the relations based example

Alex

On 26 сент, 14:59, [EMAIL PROTECTED] wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to