Re: [sqlalchemy] Managing transactions from Session using raw_connections

2010-12-01 Thread Michael Bayer
On Dec 1, 2010, at 5:50 AM, Ralph Heinkel wrote: > Hi everybody, > > we have the problem that transactions embedded in > 'with Session.begin()' > are not committing statements made in raw connections. However > 'with engine.begin()' (in 0.5.8) > works fine. > > The reason we need t

[sqlalchemy] Managing transactions from Session using raw_connections

2010-12-01 Thread Ralph Heinkel
Hi everybody, we have the problem that transactions embedded in 'with Session.begin()' are not committing statements made in raw connections. However 'with engine.begin()' (in 0.5.8) works fine. The reason we need to use Session.begin() is that we want to cover transactions ove