I have a mapped table like this:

mapper(User, t_user, properties = { 'plans': relation(Plan)})

Is it possible to relate the User object to a column in the Plan table with
a column "status" set to "active"?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to