]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- changelog and docs for #3332, fixes #3332
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Mar 2016 21:11:08 +0000 (17:11 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 15 Mar 2016 21:17:21 +0000 (17:17 -0400)
commit31f96c27a5fea302358ba580313a2f742c12b83d
tree5ba8ebb50ead2ef07c9bf9b5ec1871ce1564aba8
parent224b03f9c006b12e3bbae9190ca9d0132e843208
- changelog and docs for #3332, fixes #3332
- make docs for isolation level more consistent between postgresql
and mysql
- move mysql autocommit tests
doc/build/changelog/changelog_11.rst
doc/build/changelog/migration_11.rst
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/postgresql/base.py
test/dialect/mysql/test_dialect.py