Re: Re[4]: [Sqlalchemy-users] Problem with SELECT ... FOR UPDATE;

2006-04-03 Thread Michael Bayer
Yah, ok , youre getting into features that were just written a few weeks ago, if you want simultaneous transactions, theres a feature on engine called "push_session"/"pop_session". you should not be creating multiple engines for the same connection (i mean, you can, but the experience will

Re[4]: [Sqlalchemy-users] Problem with SELECT ... FOR UPDATE;

2006-04-03 Thread Vasily Sulatskov
Hello Michael, Monday, April 03, 2006, 11:33:13 AM, you wrote: So if I understand correctly if I want several simultaneously opened transactions I have to construct several engines? Please correct me if I am wrong. So I changed behaviour of my program to following: When tab with object opened fo