summaryrefslogtreecommitdiff
path: root/doc/build/changelog/changelog_11.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build/changelog/changelog_11.rst')
-rw-r--r--doc/build/changelog/changelog_11.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/changelog_11.rst b/doc/build/changelog/changelog_11.rst
index f58b3e328..709eaab5e 100644
--- a/doc/build/changelog/changelog_11.rst
+++ b/doc/build/changelog/changelog_11.rst
@@ -22,6 +22,15 @@
:version: 1.1.0b1
.. change::
+ :tags: feature, mssql
+
+ The ``mssql_clustered`` flag available on :class:`.UniqueConstraint`,
+ :class:`.PrimaryKeyConstraint`, :class:`.Index` now defaults to
+ ``None``, and can be set to False which will render the NONCLUSTERED
+ keyword in particular for a primary key, allowing a different index to
+ be used as "clustered". Pull request courtesy Saulius Žemaitaitis.
+
+ .. change::
:tags: feature, orm
:tickets: 1311