On May 22, 2008, at 12:03 PM, Michael Bayer wrote:

>
> 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()


sorry, i meant query.params(y=5)



--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to