assuming you're talking about inbound parameters, not result sets....use bind parameters with from_statement, in conjunction with query.params():
query.from_statement(text("select * from table where x =:y")).values(y=5).all() On May 22, 2008, at 11:57 AM, Geoff wrote: > > Any know why results from using from_statement do not convert strings? > It works fine when I use filter_by etc... > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to sqlalchemy@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---