]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- use a "signature" for unique constraints so that we can also check on
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Oct 2013 21:08:48 +0000 (17:08 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 8 Oct 2013 21:08:48 +0000 (17:08 -0400)
commit56a178d2181c84ab8bf2edbe6fdf8439f45a2b4f
tree448fd3a8b11c07d18141ff13cb17510e62cf68a3
parent7135c623137de09d30e30b2c1635272790925655
- use a "signature" for unique constraints so that we can also check on
non-named unique constraints, e.g. those made by the unique=True flag
alembic/autogenerate/compare.py
tests/test_autogenerate.py