[sqlalchemy] Using TWO PHASE commit with SQLite database? NotImplementedError?

2010-04-22 Thread Lynton Grice
Hi there, I have seen some basic examples online showing that SQLAlchemy supports twophase = True for some databases. My question is I am needing to use this sort of functionality with 2 SQLite databases, does SQLAlchemy support SQLite two phase commits? So here is some basic code

Re: [sqlalchemy] Using TWO PHASE commit with SQLite database? NotImplementedError?

2010-04-22 Thread Michael Bayer
Lynton Grice wrote: Hi there, I have seen some basic examples online showing that SQLAlchemy supports twophase = True for some databases. My question is I am needing to use this sort of functionality with 2 SQLite databases, does SQLAlchemy support SQLite two phase commits? SQLite does not