diff options
-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. |