]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fixed another bug regarding naming conventions, continuing
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Apr 2014 17:12:51 +0000 (13:12 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 1 Apr 2014 17:12:51 +0000 (13:12 -0400)
commita9fa7d9651df412a405b848f1bb5848fde5200f1
treecc053a143f60b385b5c47cf50b8a2a7b53e3d80b
parente5a066c7caf9256e006121d87e859b8ca51f7769
Fixed another bug regarding naming conventions, continuing
from :ticket:`183`, where add_index()
drop_index() directives would not correctly render the ``f()``
construct when the index contained a convention-driven name.
fixes #194 re: #183
alembic/__init__.py
alembic/autogenerate/render.py
docs/build/changelog.rst
tests/test_autogen_render.py