[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Don't reorder PrimaryKeyConstraint columns if expli
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-06-20 18:23:36
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/bf03d4332ae3/ Changeset: bf03d4332ae3 Branch: master User: zzzeek Date: 2016-06-20 16:52:31+00:00 Summary: Don't reorder PrimaryKeyConstraint columns if explicit Dialed back the "order the primary key columns per auto-increment" described in :ref:`change_mysql_3216` a bit, so that if the :class:`.PrimaryKeyConstraint` is explicitly defined, the order of columns is maintained exactly, allowing control of this behavior when necessary. Change-Id: I9e7902c57a96c15968a6abf53e319acf15680da0 Fixes: #3726 Affected #: 5 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. |