39 lines
1.1 KiB
Plaintext
Raw Normal View History

- 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!
2010-07-12 17:27:21 +02:00
Unknown milestone
- update repository migration script
2010-07-12 17:27:21 +02:00
- required_dbs tests
2010-04-29 17:03:57 +02:00
2010-09-06 23:21:18 +02:00
- dot instead of semicolumn in dotted module name should have better deprecation warning
- change "model" in "metadata" for all highlevel api stuff
- bash autocompletion
- clarify ImportError in load_model
- implement debug flag to jump into the error
2010-09-12 13:29:17 +02:00
- sqlautocode support
- serializers (json, yaml, etc)
2010-09-06 23:21:18 +02:00
2010-07-12 17:27:21 +02:00
0.6.1
- transaction support
- verbose output on migration failures
- interactive migration script resolution?
- backend for versioning management
Documentation updates in 0.6.1
2010-04-30 22:28:05 +02:00
- glossary
- add story to changeset tutorial
2010-07-12 17:27:21 +02:00
- write documentation how to test all databases
Transaction support in 0.6.1
- script.run should call engine.transaction()
- API should support engine and connection as well
- tests for transactions