diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-23 11:32:34 -0400 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2013-06-23 11:32:34 -0400 |
commit | 977678a7734d082be9851320bcc737d32ccd88bc (patch) | |
tree | 71e39acef0354e0e0f389d824071202f7adca0b6 | |
parent | 907b5f72dd784f737eda0c6698732de96763a170 (diff) | |
download | sqlalchemy-977678a7734d082be9851320bcc737d32ccd88bc.tar.gz |
ticket #1443 is for unique constraint reflection
-rw-r--r-- | doc/build/changelog/changelog_09.rst | 1 |
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. |