]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed the psycopg2 dialect to use its
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Aug 2010 14:24:02 +0000 (10:24 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 10 Aug 2010 14:24:02 +0000 (10:24 -0400)
commita793b8e05069db9ca97b6adbb36fa1110561d30e
tree26f9a489920a1c878478b2b555cbee5a952d94c9
parent331141d936478b9d892fc51d094ef0c7e01f5d3e
- Fixed the psycopg2 dialect to use its
set_isolation_level() method instead of relying
upon the base "SET SESSION ISOLATION" command,
as psycopg2 resets the isolation level on each new
transaction otherwise.
CHANGES
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
test/dialect/test_postgresql.py