Re: [sqlalchemy] refresh's lockmode and with_for_update

2017-05-15 Thread mike bayer
On 05/15/2017 08:53 AM, Zsolt Ero wrote: Right now, the documentation for session.refresh() mentions: lockmode – Passed to the Query as used by with_lockmode()

[sqlalchemy] refresh's lockmode and with_for_update

2017-05-15 Thread Zsolt Ero
Right now, the documentation for session.refresh() mentions: lockmode – Passed to the Query as used by with_lockmode()