summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-06-23 11:32:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-06-23 11:32:34 -0400
commit977678a7734d082be9851320bcc737d32ccd88bc (patch)
tree71e39acef0354e0e0f389d824071202f7adca0b6
parent907b5f72dd784f737eda0c6698732de96763a170 (diff)
downloadsqlalchemy-977678a7734d082be9851320bcc737d32ccd88bc.tar.gz
ticket #1443 is for unique constraint reflection
-rw-r--r--doc/build/changelog/changelog_09.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst
index 53e0e1457..d3aa7815f 100644
--- a/doc/build/changelog/changelog_09.rst
+++ b/doc/build/changelog/changelog_09.rst
@@ -79,6 +79,7 @@
.. change::
:tags: feature, sql
+ :tickets: 1443
Added support for "unique constraint" reflection, via the
:meth:`.Inspector.get_unique_constraints` method.