Files
sqlalchemy/lib
Tony Locke 8fb6a91f1b Fix support for two phase commit in pg8000 dialect
The postgresql base dialect has problems with two-phase commit because
there isn't a standard way of handling autocommit in DBAPI. This commit
modifies the pg8000 dialect to use the DBAPI tpc extension, which is
supported by pg8000 as of version 1.9.11.
2014-07-19 20:20:12 +01:00
..