]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- make start/end arguments available to environments
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Nov 2011 22:39:17 +0000 (17:39 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 14 Nov 2011 22:39:17 +0000 (17:39 -0500)
commitf576169d362694139193dc29e7d2ba9f57323809
tree37ed106ae7048ce37a8eaaa148a87e3835a0a8a5
parent57df5838feaf11ee4168a6e26ca6f3a128eccde6
- make start/end arguments available to environments
- more environment functions
- clean up start:end system
- docs
12 files changed:
alembic/command.py
alembic/config.py
alembic/context.py
alembic/script.py
alembic/templates/generic/env.py
alembic/templates/multidb/env.py
alembic/templates/pylons/env.py
docs/build/tutorial.rst
tests/__init__.py
tests/test_offline_environment.py [new file with mode: 0644]
tests/test_revision_paths.py
tests/test_sql_script.py