]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
credit to Derek Harland
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Jan 2014 20:15:42 +0000 (15:15 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 18 Jan 2014 20:15:42 +0000 (15:15 -0500)
doc/build/changelog/changelog_09.rst

index 29cb8e2e463097e053173178493d3eedfe933752..86bd004a3645d9481718e5ead7dc7d2eda0bce46 100644 (file)
@@ -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