]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- More fixes to index autodetection; indexes created with expressions
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Jan 2014 02:55:17 +0000 (21:55 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 12 Jan 2014 02:55:17 +0000 (21:55 -0500)
commit8fb75e4c9e61bf3327b331ad69e5c6257e230195
treed9341f5efc7947ffa89203b516304edc2783ed7c
parenta97262e9b5b5f74fdd6ceed500afdc2bb7bb3314
- More fixes to index autodetection; indexes created with expressions
like DESC or functional indexes will no longer cause AttributeError
exceptions when attempting to compare the columns. #164
alembic/autogenerate/compare.py
docs/build/changelog.rst
tests/test_autogenerate.py