Files
sqlalchemy/test/sql
Mike Bayer bf03d4332a 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
2016-06-20 12:52:31 -04:00
..
2016-06-14 11:48:04 -04:00
2014-07-18 17:40:58 -04:00
2015-09-27 12:13:06 -04:00
2016-06-14 11:48:04 -04:00
2014-07-18 17:40:58 -04:00
2015-12-14 20:22:04 -05:00