sqlalchemy-migrate/TODO
2010-07-11 17:22:28 +02:00

29 lines
797 B
Plaintext

- better SQL scripts support (testing, source viewing)
make_update_script_for_model:
- calculated differences between models are actually differences between metas
- columns are not compared?
- even if two "models" are equal, it doesn't yield so
- controlledschema.drop() drops whole migrate table, maybe there are some other repositories bound to it!
0.6.0
- update repository migration script
- interactive migration script resolution
- port to unittest2
- write documentation how to test all databases
- glossary
- managing output - logging
- required_dbs tests
- add story to changeset tutorial
- verbose output on migration failures
Transaction support in 0.6.1
- script.run should call engine.transaction()
- API should support engine and connection as well
- tests for transactions