[sqlalchemy] Re: Nested transactions with SQLAlchemy and sqlite

2009-11-02 Thread Jon Black
I've also found this as well, which references the previous link: http://www.mail-archive.com/sqlalchemy@googlegroups.com/msg15411.html 2009/11/2 Jon Black > A quick search on google revealed this: > http://74.125.77.132/search?q=cache:YB8OTfrO6xAJ:itsystementwicklung.de/pipermail/list-pysqlite/

[sqlalchemy] Re: Nested transactions with SQLAlchemy and sqlite

2009-11-02 Thread Jon Black
A quick search on google revealed this: http://74.125.77.132/search?q=cache:YB8OTfrO6xAJ:itsystementwicklung.de/pipermail/list-pysqlite/2009-June/000414.html+pipermail/list-pysqlite/2009-June/000414.html&cd=1&hl=nl&ct=clnk&gl=nl&client=firefox-a Whilst the solution doesn't help, it does mention th

[sqlalchemy] Re: Nested transactions with SQLAlchemy and sqlite

2009-11-01 Thread Michael Bayer
On Nov 1, 2009, at 4:13 AM, Jon wrote: > > I'm writing an application in python using sqlalchemy (and Elixir) > with sqlite as the database backend. I start a new transaction using > the code session.begin_transaction(), but when I call session.rollback > () I get the following error: > > sqlalc