[sqlalchemy] Savepoint release and nested transactions

2010-01-16 Thread Laurence Rowe
Hi, Following a request[1] for savepoint release support in zope.sqlalchemy, I've been looking into how this might be done. Adding the necessary support to Zope's transaction module was quite simple [2], but the mapping of Zope transaction savepoints - SQLAlchemy nested transactions - database

Re: [sqlalchemy] Savepoint release and nested transactions

2010-01-16 Thread Michael Bayer
On Jan 16, 2010, at 12:35 PM, Laurence Rowe wrote: Hi, Following a request[1] for savepoint release support in zope.sqlalchemy, I've been looking into how this might be done. Adding the necessary support to Zope's transaction module was quite simple [2], but the mapping of Zope