percious17 cb624f15db support for SA 0.5.1.
Only postgres is working fully.

MySQL has 2 broken tests.

sqlite has about 4 broken tests.
2009-01-19 23:39:53 +00:00
2008-02-14 21:07:25 +00:00
2009-01-19 23:39:53 +00:00
2009-01-19 23:39:53 +00:00
2008-04-04 20:40:35 +00:00

Help: 
http://code.google.com/p/sqlalchemy-migrate/
http://groups.google.com/group/migrate-users

To run automated tests:
- Copy test_db.cfg.tmpl to test_db.cfg
- Edit test_db.cfg with database connection strings sutable for running tests. 
  (Use empty databases.)
- python setup.py test

Note that py.test[1] is required to run migrate's tests. It should be 
installed automatically; if not, try "easy_install py".

[1] http://codespeak.net/py/current/doc/test.html
Description
Database schema migration for SQLAlchemy
Readme 2.3 MiB
Languages
Python 99.3%
Shell 0.7%