[sqlalchemy] Re: relation join problem

2008-12-04 Thread Dom
a column_property which reads a param or option passed to the query. is this possible? or is another approach better? Dom On Dec 3, 7:13 pm, Simon [EMAIL PROTECTED] wrote: That would be desc = session.query(I18Product).filter_by(id=1183, lang=en).one() The Problem with your query is that you query

[sqlalchemy] relation join problem

2008-12-03 Thread Dom
product, what i try to get is one product description in the given language. please tell me how to do that correctly, thank you :) cheers Dom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post