What does your SQL output say? Do you see "FOR UPDATE" in the log?

Sent from my iPhone

On Jul 17, 2010, at 8:47 PM, Michael Mileusnich <justmike2...@gmail.com> wrote:

Hello,

I am running Python 2.6 SQL Alchemy 0.5.8 against MS SQL Server Express 2008 with pyODBC. When I issue something like:

sess.query(job).with_lockmode("update")

It does not seem to be locking according to the query I am getting back from my profiler. Is this the correct usage?

Thanks
Mike
--
You received this message because you are subscribed to the Google Groups "sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to sqlalchemy+unsubscr...@googlegroups.com . For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en .

--
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to