Hi,

I am building a select using

st = table.select()
st.append_whereclause(...)

Is it possible to append something like "FOR UPDATE" at the end of the generated select statement.

Before anyone shoots me down for using "for update", i'm writing a stock control system.

I love the query building features in SA so I really want to use it to write my sql rather then using straight sql.

Thanks

Huy



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to