sqlalchemy-bot
sqlalchemy-bot
**Shatil Rafiullah ([@shatil](https://github.com/shatil)) wrote:** I am following this feature with great interest :) Any idea what the timeline for it could be, @zzzeek? I would love to help, but am...
**Michael Bayer ([@zzzeek](https://github.com/zzzeek)) wrote:** I had no immediate plans to work on it, when i next get time to work on alembic I'll typically choose the things that people are...
**Changes by Michael Bayer ([@zzzeek](https://github.com/zzzeek)):** * edited description
**Changes by Michael Bayer ([@zzzeek](https://github.com/zzzeek)):** * edited description
**Changes by Michael Bayer ([@zzzeek](https://github.com/zzzeek)):** * edited description
**Michael Bayer ([@zzzeek](https://github.com/zzzeek)) wrote:** OK well the column remove isn't even needed really, you're dropping the table..
**Michael Bayer ([@zzzeek](https://github.com/zzzeek)) wrote:** oh, different table, never mind.
**Michael Bayer ([@zzzeek](https://github.com/zzzeek)) wrote:** so anyway, yeah, table adds/drops column adds/drops don't separately take dependency sorting into account. this might require a breaking up of how these different diffs are...
**Changes by lu_zero NA:** * edited description
**Changes by Michael Bayer ([@zzzeek](https://github.com/zzzeek)):** * changed **title** from "Wrong drop order on coumn/table removal" to "take topological ordering into account when adding"