]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- get the "stamp" command to work in as_sql
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Nov 2011 18:44:05 +0000 (10:44 -0800)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 11 Nov 2011 18:44:05 +0000 (10:44 -0800)
commit8ec2291703383e93fba781a6c141eccaaefb10c1
treef523838155cddf5068f6f0ce401a63e67fbdbb42
parent8d2857a482f22cd1099c48ef5802de35fc0f59ad
- get the "stamp" command to work in as_sql
- overhaul context + env so that --sql mode truly does
not make any SQL connections of any kind.   The env.py
scripts create the engine and use it as the source of
a "dialect" - the "dialect" is now passed straight to the context.
- more power to env - can set output buffer, transactional ddl flag,
execute SQL via context instead of needing to import op
alembic/command.py
alembic/context.py
alembic/templates/generic/env.py
alembic/templates/multidb/env.py
alembic/templates/pylons/env.py
docs/build/api.rst
tests/__init__.py
tests/test_sql_script.py