ticket #1443 is for unique constraint reflection

This commit is contained in:
Mike Bayer
2013-06-23 11:32:34 -04:00
parent 907b5f72dd
commit 977678a773
+1
View File
@@ -79,6 +79,7 @@
.. change::
:tags: feature, sql
:tickets: 1443
Added support for "unique constraint" reflection, via the
:meth:`.Inspector.get_unique_constraints` method.