]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
Fixed bug whereby create_index()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Feb 2013 01:20:50 +0000 (20:20 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 16 Feb 2013 01:20:50 +0000 (20:20 -0500)
commitc964b401c7c35c13586b870a24dcd1300a82da56
treea6beb04bd37e4218214fb4341b656d8f0311b30d
parentf0b62df170100c777b4e847ff8c15a4206d450fd
Fixed bug whereby create_index()
would include in the constraint columns that
are added to all Table objects using events,
externally to the generation of the constraint.
This is the same issue that was fixed for unique
constraints in version 0.3.2.
alembic/operations.py
docs/build/changelog.rst
tests/test_op.py