Greetings,
I have Users class with relation to Address which have relation to Cities, all are eager loaded. I want to sort the Users query with the name field of the cities table. But if I order by City.name the cities table is joined to the actual query. How can I explain it to use the cities.name field in the join statement ? Or any different are welcome also. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---