[Sqlalchemy-tickets] Issue #3378: ddl sorting of tables doesn't occur for SQLite, due to "no alter
Brought to you by:
zzzeek
|
From: Mike B. <iss...@bi...> - 2015-04-22 15:50:54
|
New issue 3378: ddl sorting of tables doesn't occur for SQLite, due to "no alter support" https://bitbucket.org/zzzeek/sqlalchemy/issue/3378/ddl-sorting-of-tables-doesnt-occur-for Mike Bayer: due to #3282, we turn of FK sorting altogether if there's no ALTER support, for whatever reason only in the DROP and not the CREATE (https://bitbucket.org/zzzeek/sqlalchemy/src/4442eb3e1edea1652ce0ab5f4d16925207dcf2c5/lib/sqlalchemy/sql/ddl.py?at=master#cl-810). Which breaks if you have constraints enabled on SQLite. |