]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- add version check for at least 06, tests for 07 in selected
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Nov 2011 03:29:43 +0000 (22:29 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Nov 2011 03:29:43 +0000 (22:29 -0500)
commitfb47eda8ea08bc2ece4a2344eb87db115cdcb0d0
tree752943d56dd9a0acaee307fdcfeeda2b7eaab6c2
parent48ecd445cfaebad67a143480109586075dcb9ea0
- add version check for at least 06, tests for 07 in selected
areas
- add "requires 07" decorators to test suite
- add tests for PG ENUM in offline mode.  works in conjunction
with the latest 0.7.4 tip of SQLAlchemy, fixes #9.  Docs will
be needed to illustrate how ENUM should be used.
- add support for table before_create and after_create events
within op.create_table().   Currently this will do the ENUM
thing for PG but will also invoke any other kinds of events
that might get configured on the table.
alembic/command.py
alembic/context.py
alembic/ddl/impl.py
alembic/op.py
alembic/util.py
tests/__init__.py
tests/test_autogenerate.py
tests/test_postgresql.py
tests/test_sql_script.py