[sqlalchemy] SQLAlchemy 'prepared' state problem

2013-07-12 Thread yaroslav
I have a problem with SQL Alchemy 0.8.1 on Python 2.7 running on linux box via mod_wsgi. From time to time it produces the InvalidRequestError: This session is in 'prepared' state; no further SQL can be emitted within this transaction. I use mod_wsgi with multiple processes of 1 thread per

Re: [sqlalchemy] SQLAlchemy 'prepared' state problem

2013-07-12 Thread yaroslav
You nailed it down damn straight! For some reason mod_wsgi was indead configured to use threads instead of processes. Thanks a lot for the heads up! пятница, 12 июля 2013 г., 17:40:37 UTC+3 пользователь Michael Bayer написал: 2. you have concurrent access to the session such that one thread

[sqlalchemy] with_lockmode(update) doesn't work on postgresql when eagerloading

2008-05-08 Thread Boldyrev Yaroslav
-to-one relationship and if so, is there a chance to be fixed? -- Yaroslav Boldyrev --~--~-~--~~~---~--~~ 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