[sqlalchemy] Reproducible oddity in with_for_update()

2015-06-15 Thread Brian Candler
I have an issue which I have boiled down to a full test case below. This test program reproduces the problem with both sqlalchemy 0.9.9 and 1.0.5, under python 2.7.6 and ubuntu 14.04, and PyMySQL-0.6.2. There are a combination of circumstances: 1. After you rollback a session, touching any

Re: [sqlalchemy] Reproducible oddity in with_for_update()

2015-06-15 Thread Mike Bayer
On 6/15/15 3:01 PM, Brian Candler wrote: I have an issue which I have boiled down to a full test case below. This test program reproduces the problem with both sqlalchemy 0.9.9 and 1.0.5, under python 2.7.6 and ubuntu 14.04, and PyMySQL-0.6.2. There are a combination of circumstances: 1.