]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Jul 2014 15:58:44 +0000 (11:58 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 21 Jul 2014 15:58:44 +0000 (11:58 -0400)
commitc02e95ed33504f2738261e4e80c28382f94d8d51
tree5071449ecc728a42bf69ae1d61493c89642a9afb
parent72ac9c189248c726e3ed04e5fe2e6b7ec599d24c
- Fixed bug introduced in 0.9.5 by new pg8000 isolation level feature
where engine-level isolation level parameter would raise an error
on connect. fixes #3134
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/dialects/postgresql/pg8000.py
test/requirements.py