]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- [feature] Added support for the "isolation_level"
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 23:07:41 +0000 (18:07 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Feb 2012 23:07:41 +0000 (18:07 -0500)
commitd101c597f57bfa7a72636b8e76a14d5c9f82bfd4
treecfa685294da543c57fec0ee2edd9b09710f86ff8
parentd50ea3eabf49a8f881a4a21dbafd471bd6510ba8
- [feature] Added support for the "isolation_level"
parameter to all MySQL dialects.  Thanks
to mu_mind for the patch here. [ticket:2394]
- add documentation examples for mysql, postgresql
- pep8ing
CHANGES
lib/sqlalchemy/dialects/mysql/base.py
lib/sqlalchemy/dialects/postgresql/base.py
lib/sqlalchemy/dialects/postgresql/psycopg2.py
test/engine/test_transaction.py
test/lib/requires.py