Hi.
I'm quering many-to-many tables (ex. User, User_Car, Car), as a result
i'm getting a data like this:

result:
+ id
+ name
+ street
+ car <- list of users Cars

Is it possible, if yes then how, to filter this result to math this
variables ex. user.id = 1 and car.id = 3?
So i can get User object with User.car list contaning one Car object?

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to