[Sqlalchemy-commits] commit/sqlalchemy: frgtn: Allow creating explicit non-clustered keys and index
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-06-06 18:51:56
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/a5f92314edd4/ Changeset: a5f92314edd4 Branch: master User: frgtn Date: 2016-06-06 18:27:31+00:00 Summary: Allow creating explicit non-clustered keys and indexes MS SQL. mssql_clustered=False on Index, UniqueConstraint, PrimaryKeyConstraint now renders NONCLUSTERED. The default of mssql_clustered is now None. Co-Authored-By: mike bayer <mi...@zz...> Change-Id: Id6b8d840e355be8f8fa72360cb4b6d2617ba72cf Pull-request: https://github.com/zzzeek/sqlalchemy/pull/252 Affected #: 4 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |