From: Mike Bayer Date: Sat, 18 Jan 2014 20:15:42 +0000 (-0500) Subject: credit to Derek Harland X-Git-Tag: rel_0_9_2~51 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4dfc7fb08716c6f4995dd656a24f092ad0cc91f4;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git credit to Derek Harland --- diff --git a/doc/build/changelog/changelog_09.rst b/doc/build/changelog/changelog_09.rst index 29cb8e2e46..86bd004a36 100644 --- a/doc/build/changelog/changelog_09.rst +++ b/doc/build/changelog/changelog_09.rst @@ -29,6 +29,7 @@ Added an option ``mssql_clustered`` to the :class:`.UniqueConstraint` and :class:`.PrimaryKeyConstraint` constructs; on SQL Server, this adds the ``CLUSTERED`` keyword to the constraint construct within DDL. + Pullreq courtesy Derek Harland. .. change:: :tags: bug, oracle