christian.simms bf45f7da6d - make test_shell not assume Python code is compiled
- update results in test_shell so that it works in Postgresql
- make Oracle changesets generate valid sql syntax when a modified column's default value changes to NULL
2008-03-21 17:04:13 +00:00
2008-02-14 21:07:25 +00:00
2008-02-19 19:17:30 +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%