[sqlalchemy] turn filtered query with subquery into relationship

2012-04-30 Thread dan
Dear List, Hoping for help with following unanswered stackoverflow question. If the approach is not the best, that feedback is good as well. In the case below is it better to just not use relationships and just use the method with the query? Thanks

Re: [sqlalchemy] turn filtered query with subquery into relationship

2012-04-30 Thread Michael Bayer
On Apr 30, 2012, at 10:54 AM, dan wrote: Dear List, Hoping for help with following unanswered stackoverflow question. If the approach is not the best, that feedback is good as well. In the case below is it better to just not use relationships and just use the method with the query?