SQLAlchemy Relationship Filter?

Posted by Timmy on Stack Overflow See other posts from Stack Overflow or by Timmy
Published on 2010-05-04T17:27:10Z Indexed on 2010/05/04 17:28 UTC
Read the original article Hit count: 171

Filed under:
|

can i do:

table.relationship.filter( column = value )

to get a subset of rows for relationships? and the same for order_by?

© Stack Overflow or respective owner

Related posts about sqlalchemy

Related posts about python