[Buildbot-commits] [Buildbot] #2590: Use Alembic instead of SQLAlchemy-Migrate
Buildbot trac
trac at buildbot.net
Thu Nov 21 03:15:29 UTC 2013
#2590: Use Alembic instead of SQLAlchemy-Migrate
-------------------------+----------------------
Reporter: dustin | Owner:
Type: project-idea | Status: new
Priority: major | Milestone: 0.8.+
Version: 0.8.8 | Keywords: database
-------------------------+----------------------
Migrate has some compatibility problems - in particular, it doesn't work
with SQLAlchemy >= 8.0. Its API is a little unpredictable, too, and it
doesn't do a very good job of masking differences between dialects. Its
linear numbering scheme is also problematic when developing on topic
branches, as a merge of branches with overlapping DB version numbers will
need some substantial changes to put them in linear order.
Alembic seems to be the fix to all that, although that's as far as we've
gotten.
This would make a decent, if small, Google Summer of Code project.
--
Ticket URL: <http://trac.buildbot.net/ticket/2590>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list