[sqlalchemy] InvalidRequestError

2009-06-11 Thread chingi
be closed After investigtion I found that SessionTransaction class which is responsible for creating sessions is not thread safe and i guess that this is creating the problem. Please help me to sort out this issue . Any Help is appreciated. Thanks Chingi

[sqlalchemy] Invalid Transaction error

2009-04-01 Thread chingi
: The transaction is inactive due to a rollback in a subtransaction and should be closed Thanks in advance Thanks and Regards, Chingi --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sqlalchemy group. To post to this group, send

[sqlalchemy] problem with flush

2008-12-10 Thread chingi
hi all, i am building a multi threaded web server which do lot of save and update to database. sqlalchemy version that i am using is 0.4.4 python version 2.5 and mysql server 4.1. The problem is when i save or update and do flush then it is not reflected in database immediately