Is it possible to do a select on the groups with a condition that the
user's table contains a specific user?
I wasn't able to find in the sql documentation how to do this.
The psuedocode i have is:
selectGroups =
model.Groups.select(model.Groups.users.__contains__(selectUser.id)
Of course .__contains__ is not correct sql syntax...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---