]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- rework MySQL + autogenerate so that
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 07:24:18 +0000 (02:24 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 07:24:18 +0000 (02:24 -0500)
commit2bf20596567ba13cec357ae51d496fbd5fff69b7
treeefe2ceb2d7112fdff2afea540d595ba10b01f050
parent760c3e3ae2a97eecd5b41f9e2c97564c38af215f
- rework MySQL + autogenerate so that
multiple changes to a single col are collapsed
into one step, will work for other dialects
which may support this too
- add support for "imports" in scripts so
that dialect-specific types can be rendered straight in
from their parent module and work immediately
- rework the internals of autogenerate to be more
succinct, though there's a lot more that could
happen here to make this easier
alembic/autogenerate.py
alembic/ddl/mysql.py
alembic/templates/generic/script.py.mako
alembic/templates/multidb/script.py.mako
alembic/templates/pylons/script.py.mako
tests/test_autogenerate.py
tests/test_mysql.py