summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2014-01-18 15:15:42 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2014-01-18 15:15:42 -0500
commit4dfc7fb08716c6f4995dd656a24f092ad0cc91f4 (patch)
tree7ed518bb4766c1727a55acb816a1269ef5c3f246
parent3347ff7a91b3604aa722682d3fb6ba1f70d48d5b (diff)
downloadsqlalchemy-4dfc7fb08716c6f4995dd656a24f092ad0cc91f4.tar.gz
credit to Derek Harland
-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 29cb8e2e4..86bd004a3 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