]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- tried it out in my work project, and realized the "op" and "context" namespaces
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jan 2012 23:10:34 +0000 (18:10 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jan 2012 23:10:34 +0000 (18:10 -0500)
commit8175face4f37c8119c5674958135e2e51a177c24
tree4d155855d15fa5998c2ca5b11524c3034b055258
parent0f6c5a8764d2a4d25aa0cf3f2e346d33daca9c10
- tried it out in my work project, and realized the "op" and "context" namespaces
need to be there fully and in particular "context" needs to be
a proxy object, as env.py may have dependencies which live beyond the
scope of the migration script.   Will have to try to make
these proxies as straightforward as possible.
- more architecture docs
alembic/__init__.py
alembic/environment.py
alembic/op.py [new file with mode: 0644]
alembic/operations.py
docs/build/api_overview.png
docs/build/assets/api_overview.graffle
docs/build/front.rst
docs/build/ops.rst