]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Merge pull request #7 from malor/psycopg2_execution_options
authormike bayer <mike_mp@zzzcomputing.com>
Sun, 16 Jun 2013 02:52:00 +0000 (19:52 -0700)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 16 Jun 2013 02:58:46 +0000 (22:58 -0400)
commit7a3a446d02b2155001b08af3f0e6d08fe3dc809b
tree0d675d217f6ca5d140c57bd6daf13114310e4892
parentabd17f4daffd2f9fb2ae02ea5387dcbb94089475
Merge pull request #7 from malor/psycopg2_execution_options

Add AUTOCOMMIT isolation level support for psycopg2
lib/sqlalchemy/dialects/postgresql/psycopg2.py
test/dialect/test_postgresql.py