From: Mike Bayer Date: Sun, 23 Jun 2013 15:32:34 +0000 (-0400) Subject: ticket #1443 is for unique constraint reflection X-Git-Tag: rel_0_9_0b1~239 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=977678a7734d082be9851320bcc737d32ccd88bc;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git ticket #1443 is for unique constraint reflection --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 53e0e14577..d3aa7815f8 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.