]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Schema fixes on rendering of alembic op. directives
authorDimitris Theodorou <dimitris.theodorou@gmail.com>
Sun, 19 Jan 2014 14:40:03 +0000 (15:40 +0100)
committerDimitris Theodorou <dimitris.theodorou@gmail.com>
Sun, 19 Jan 2014 14:40:03 +0000 (15:40 +0100)
commit20c08069237107459c78aa0933c542ade3541596
treef407e35e2e562ac25faa58be9c5ec87d86cd2790
parent8fb75e4c9e61bf3327b331ad69e5c6257e230195
Schema fixes on rendering of alembic op. directives

Added schema parameter in _drop_index, _drop_constraint
Removed prepending of the schema name in _add_index table
parameter.
alembic/autogenerate/render.py
tests/test_autogen_render.py