2009-06-06 17:02:39 +00:00
|
|
|
- better SQL scripts support (testing, source viewing)
|
2009-06-08 11:03:02 +00:00
|
|
|
|
|
|
|
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
|
2009-06-09 13:31:15 +00:00
|
|
|
|
|
|
|
- controlledschema.drop() drops whole migrate table, maybe there are some other repositories bound to it!
|
2010-04-29 17:02:51 +02:00
|
|
|
|
|
|
|
|
2010-07-12 17:27:21 +02:00
|
|
|
Unknown milestone
|
2010-04-29 17:02:51 +02:00
|
|
|
- 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
|
2010-07-08 17:52:55 +02:00
|
|
|
|
2010-07-11 17:22:28 +02:00
|
|
|
Transaction support in 0.6.1
|
|
|
|
- script.run should call engine.transaction()
|
|
|
|
- API should support engine and connection as well
|
|
|
|
- tests for transactions
|