]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- add begin_transaction() env.py helper. Emits the appropriate
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Nov 2011 20:50:35 +0000 (15:50 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Nov 2011 20:50:35 +0000 (15:50 -0500)
commit43f3a667fa1b75e75f23c11a50e35d7433ceab4f
tree5c29b5a2bcabfb226a6a5ab18fd2198317314932
parentebf9ab42f4eddd6cb06ce910737355d97511812d
- add begin_transaction() env.py helper.  Emits the appropriate
begin/commit pair regardless of context.
- add dialect support for BEGIN/COMMIT working corresponding
to backend.  Add implementation for SQL server.
- add tests for BEGIN/COMMIT , #11
- rework SQL server test suite for more classes of test
- fix test suite to clean up after a prior failed suite
alembic/context.py
alembic/ddl/impl.py
alembic/ddl/mssql.py
alembic/templates/generic/env.py
alembic/templates/multidb/env.py
alembic/templates/pylons/env.py
tests/__init__.py
tests/test_mssql.py
tests/test_sql_script.py