BTW it's late here and I should have made it a bit clearer: What I'm actually trying to do is get a list of PlayerForSale objects based on the SingleJoin'd .player's attributes.
The SQL for this would be: "select * from player_for_sale, player where player_for_sale.player_id = player.id and player.passing >= 1" However I'd really like to use SO for this as I want to build my search criteria pythonicly, Cheers -Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

