]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
initial MySQL support, good thing we tried
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 05:58:00 +0000 (00:58 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 28 Nov 2011 05:58:00 +0000 (00:58 -0500)
commit760c3e3ae2a97eecd5b41f9e2c97564c38af215f
tree85d1d207c20db805bb7d1343e7695dbfbe563c14
parent39560d41239a9c8b47c99465fa9d2d829bef38e9
initial MySQL support, good thing we tried
this before releasing
CHANGES
alembic/autogenerate.py
alembic/ddl/base.py
alembic/ddl/impl.py
alembic/ddl/mssql.py
alembic/ddl/mysql.py
alembic/op.py
alembic/script.py
tests/test_autogenerate.py
tests/test_mysql.py [new file with mode: 0644]
tests/test_op.py