This commit is contained in:
Konsta Vesterinen
2014-10-20 17:56:01 +03:00
parent b5afffd5c3
commit 7a7c269d54

View File

@@ -172,7 +172,7 @@ def has_index(column):
def has_unique_index(column):
"""
Return whether or not given column has a unique index. A column has a
unique index if it has a single column unique index or it is a part of
unique index if it has a single column primary key index or it has a
single column UniqueConstraint.
:param column: SQLAlchemy Column object