diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-18 15:15:42 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2014-01-18 15:15:42 -0500 |
commit | 4dfc7fb08716c6f4995dd656a24f092ad0cc91f4 (patch) | |
tree | 7ed518bb4766c1727a55acb816a1269ef5c3f246 | |
parent | 3347ff7a91b3604aa722682d3fb6ba1f70d48d5b (diff) | |
download | sqlalchemy-4dfc7fb08716c6f4995dd656a24f092ad0cc91f4.tar.gz |
credit to Derek Harland
-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 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 |